Quantcast
Channel: SQL Server Database Engine forum
Browsing all 12554 articles
Browse latest View live

about 10 INSERT statements issued and taking long

Hello dear Gurus,I issued about 10 insert statements all at same time (selected all and executed) and the SQL Server is taking too long. Now, I want to know which of the 10 statements have completed...

View Article


Image may be NSFW.
Clik here to view.

WAITSTATS cause for concern or no?

Hi All,Am diagnosing a 'slow' application and looking at the database server first. I ran Paul Randall's waitstats script and here is the output.Couple questions as i'm going through this:1) Even...

View Article


Fastest way to read a 600MB table (in memory)

 I cannot get more than 15-19mb/s is there any limitation that I need to know about?The query is a simple select not doing sorting and the database is read-only : "select * from tablename"Tried local...

View Article

Kill Kpid

Hi AllIt's possible to kill a kpid from TSQL ??

View Article

Replication information

Hi ,we configurations the  Replication, after we can run the update statistics on the publication database, this update statistics reflect into subscriber database or not ? 

View Article


Image may be NSFW.
Clik here to view.

Reg:Uploading Excel File is not working

HI Friends,After Uploading a file i will show data in Gridview.Then i will Import in a Sql Table.Another machine i have published Its working fine.But After i have Publish in New Server its not...

View Article

Image may be NSFW.
Clik here to view.

Client statistics showing zero's

When I click on the show client statistics it shows all zeros. See screenshot.Alan

View Article

CDC Oracle source SQL Server destination

Hi can anyone recommend CDC software for moving data from oracle to sql server.We have looked at attunity, before we can make a decision we need to look at competitors.

View Article


SQL Server 2008 R2, Error: 701, Severity: 17, State: 123, There is...

In the error log, I get: 2013-06-02 00:00:37.78 spid22s     This instance of SQL Server has been using a process ID of 1268 since 5/15/2013 4:12:15 AM (local) 5/15/2013 8:12:15 AM (UTC). This is an...

View Article


SET options used in SQL Server 2008

We are using the following SET options in Oracle. I need to convert the same Oracle script to SQL server script which have the following SET options.SET ECHO OFF     /*to suppress SQL queries in the...

View Article

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 Article

Running 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 Article

Update 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 Article


User 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 Article

Unable 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 Article


Thai 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 Article

Sqlserver 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 Article


calculate table size of many tables

Hi,I want to calculate the size of multiple tables in one shot. Please suggestRegards

View Article

Shrinkfile 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 Article

Cursor 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 Article
Browsing all 12554 articles
Browse latest View live