sql-server-2008-r2
Inline table valued UDF performance
I’m using SQL Server 2008R2. I’ve written the following table-valued UDF that accepts either scalar values this or that or both as parameters and returns a table with columns ID, this, and that. I’[详细]
2023-03-25 15:31 分类:问答SQL Server 2008 R2 Excel Import
I\'m using SS 2008 R2 and Office 2010 on a Windows 7 64 bit. I am trying to use the import wizard to import an excel sheet into a table. I get this error:[详细]
2023-03-25 14:35 分类:问答SSIS 2008 using the same variable for a row count and a script component
I have a row count component that uses a global variable X to store the number; up to this point it rules but then if I add a script component that has X 开发者_JAVA百科among its ReadOnly variables an[详细]
2023-03-25 08:34 分类:问答A transport-level error has occurred when sending the request to the server
We have an in-house developed VB.Net Windows Forms application that is losing users\' individual connections to the SQL Server 2008 R2 database.[详细]
2023-03-25 04:14 分类:问答Apply scalar function to each row
I have a function that works l开发者_C百科ike this: select score from comparestrings(@String1,@string2)[详细]
2023-03-25 01:40 分类:问答migrate Old reports to new SSRS 2008 R2
I have configured new Serv开发者_Python百科er with reporting services 2008 R2, I have 2 more reporting servers with SQL 2005 and SQL 2008.[详细]
2023-03-24 13:35 分类:问答How to manipulate and store precise numbers in sql server
How to store numbers with variable number of decimal points? there can be anywhere from 1 to 100 decimal points I guess. What\'s the thing with float datatype? Why do they call it approximate number?[详细]
2023-03-24 12:25 分类:问答Microsoft reporting services report taking too much time with huge data
I am using Microsoft SQL reporting for reporting but facing problem because I have huge amount of data, from huge i mean 100000 to 1000000 records. When i retrieve records it joins 8 tables, So I want[详细]
2023-03-24 02:22 分类:问答SQL Filestream for objects which size is less than 1MB
I store many small images in database and want to use filestream feature of SQL server. But Microsoft recommends to use it for the objects larger than 1MB, but my average object size is 300KB. So I wo[详细]
2023-03-23 23:06 分类:问答Sql server 2008 r2 - redundant rows
The first query --645 rows SELECT* FROM( SELECT DISTINCT cu.*, ROW_NUMBER() OVER ( ORDER BY cu.Id ) AS RowNum[详细]
2023-03-23 06:43 分类:问答