Viewing 15 posts - 226 through 240 (of 1,068 total)
capn.hector (5/7/2012)
Grant Fritchey (5/7/2012)
Unless we're talking about some type of actual error, no, there's nothing to see for a query that behaved, but didn't do what you wanted.
what i expected...
May 8, 2012 at 2:42 am
mssql.dba (5/8/2012)
I found that 100 blocking had occured.What are the steps required to resolve this issue.
How did you find that 100 blocking had occurred?
May 8, 2012 at 2:31 am
Have you tried package config file?
May 7, 2012 at 10:02 pm
SQL Server does not force you to add these columns.
It may be your company policy. If it is your company standard, you need to follow it.
In my previous company, we...
May 7, 2012 at 6:11 am
tkathpalia (5/4/2012)
May 7, 2012 at 4:06 am
Try OPENROWSET/OPENDATASOURCE
May 7, 2012 at 3:38 am
Looks like the SQL Server service account does not have enough privileges to start service on the remote server.
May 7, 2012 at 3:16 am
JayK (5/6/2012)
Or is...
May 7, 2012 at 3:09 am
derekr 43208 (5/7/2012)
When I execute the above code against the AdventureWorks database, it shows 2 "0" levels for the given indexIs this normal
I think it is normal. I think you...
May 7, 2012 at 1:16 am
CoolDude7645 (5/3/2012)
Need help in exporting single table having 25 million records to multiple flat files of less than 1 million csv files.Thanks in Advance
Try -F (first row) and -L...
May 3, 2012 at 9:34 am
Sapen (5/3/2012)
is it advisable to stop the update statistics job while its still running on prod env...its taking longer to complete (more than 3 hrs)
I think update statistics can be...
May 3, 2012 at 9:30 am
1) EXEC sys.sp_configure N'awe enabled', N'1'
GO
RECONFIGURE WITH OVERRIDE
GO
2) EXEC sys.sp_configure N'max server memory (MB)', N'12288'
GO
RECONFIGURE WITH OVERRIDE
GO
3) Grant Lock Pages in Memory rights to the Service Account
May 3, 2012 at 6:19 am
k.subramanyam1017 (5/2/2012)
May 2, 2012 at 11:22 pm
What do you mean by "SQL server Agent not working"? Do you mean SQL Server Agent service is not running?
Or do you mean SQL Server Agent service is running, but...
May 2, 2012 at 10:50 pm
Viewing 15 posts - 226 through 240 (of 1,068 total)