Query over linked server responds with partial data when the spid on the...
Local server is version 10.50.4000 Linked server is 9.0.5000 With the following stored procedure: Create table #TMP ( [ID] int NOT NULL, [SKU] [varchar](50) NOT NULL, ... )...
View ArticleAn error occurred while executing batch. Error message is: Exception of type...
I am getting this error repeatedly on SQL Server 2008 on Windows machine when i run a simple query which involves close to ~ 10 million records. select sum(a.test) from (select COUNT(*) as test from...
View ArticleRunning SQL 2008 R2 but server showing up as sql 2005 (9.0.4035)
I have installed and run 2008 R2 for some time--no problems. use as backend for VS2008 coderecently I tried to restore one of my developer databases with a backup from a production server running...
View ArticleUpdate PDF file in FileTable
Hi- I'm new to working with FileTables and am wondering if the following code (which saves annotations to a PDF file in the FileTable with changes that are made through the PDF control) makes sense. My...
View ArticleIssues with reporting percent log space used, between DMV and DBCC
Using SQL Server 2012 SE 11.0.2100, I am getting two different sets of values when querying for log space between the DMV and the DBCC command. Querying using the DMV. select instance_name as DBName,...
View ArticleUser cannot access database over VPN - database not accessible - sql...
I haven't been able to find this scenario or a solution from searching. Any help is greatly appreciated.Using Sql Server Management Studio, I can connect to the database engine. Inside the office -- I...
View ArticleUnable to connect from SQL server 2008(Sp2) version client to SQL...
Our requirement is to connect to dtatabse server from .net application sitting on application server to invoke and run the sql agent job in database server.But there is different version of SQL server...
View ArticleThai Buddhist Calender for SQL Server 2008 R2
Hi,This was a bug raised in SQL 2005 and in 2008 was not resolved. https://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=338071Can anyone tell me if this has been resolved for...
View ArticleSQL Server Target Memory
Hi AllI have few SQL 2008 R2 32bits on Server 2008 32bits, I leave all the min and max memory setting to default ( i know it's a bad practise). I start up all the sql servers and check their target...
View Articledatabase migration from SQL Server 2008 (enterprise version) to SQL Server...
Can I restore database backup file from SQL Server 2008 (enterprise version) to SQL Server 2012 (enterprise version)?Does there any known issues?Any tips.Regards,Rajiv Shah
View Articledatabase size in year
Hi,I want to know the increase in database size yearlyPlease help
View ArticleSqlserver high memory utilization
Dear All,We have a server sql server 2008 r2 64 bit(enterprise edition) on windows 2008 64bit(enterprise).Our ram size is 16gb.In this sql is using 10gb. Due to this we are always reaching memory...
View Articlecalculate table size of many tables
Hi,I want to calculate the size of multiple tables in one shot. Please suggestRegards
View ArticleShrinkfile exhausting space in transaction log for relatively small amount of...
I have multiple file database where the ndf file 9 is 134g in size but 122g of it is free due to a massive amount of table deletions of histrical tables. The last 12g is most recently created tables...
View ArticleCursor and Memory?
I have a strange issue,When I create a cursor to go and do some work on all my DBs, sometimes it does the work only for the first few and then stops with no output.i.e. I have a job that runs a cursor...
View ArticleSql server taking high memory
Dear All,We have a server sql server 2008 r2 64 bit(enterprise edition) on windows 2008 64bit(enterprise).Our ram size is 16gb.In this sql is using 10gb. Due to this we are always reaching memory...
View ArticleWhat is the data stream type for SQL VDI backup.
HI Can any body tell me ,What is the data stream type used for SQL VDI backup ?I also wanted to know if the tape format is a MTF format ?Is the VDI stream also contains Volume,folder and file...
View ArticleHow SQL backup data is written on VDI device in case of the database having...
What is the sequence maintained w.r.t data stream for SQL database backup having multiple data files..Is it serialized as per the number of data files or something different?
View ArticleLog shipping Configuration with Net backup solution
Hi,i have 1 production server where i have sql 2005 64 bit is installed ,i have configured NET backup job for FUll @ night, Diff Every 3 Hours , and log backup every one Hour.Now my company have a plan...
View ArticleLinked Sever (Linking MySQL To SQL Server)
Hello Gurus,What are the possible options available (and if possible the steps) to create a linked server. I use SQL Server and I want to link MySQL to my server.Regards,ebro
View Article