Viewing 15 posts - 286 through 300 (of 502 total)
Have you tried; KILL <SPID> WITH STATUSONLY to see if the transaction is 100% rolled back?
If it is then it's been my experience that the hung SPID is waiting to...
March 22, 2010 at 4:47 pm
Seems MS got the message.
SQL 2008 SP2 due Q3 2010
SQL 2005 SP4 due Q4 2010
http://blogs.msdn.com/sqlreleaseservices/archive/2010/02/12/sql-server-servicing-plans.aspx
February 23, 2010 at 4:15 pm
Stumbled across this link a while ago, it's a handy little trick.
http://social.msdn.microsoft.com/forums/en-US/sqlreportingservices/thread/8976dd8f-44a8-4fb7-b3ac-05b06f33f9f1/%5B/url%5D
February 23, 2010 at 3:44 pm
Most of the Windows I get are in the middle of the night and I prefer not to implement large projects on Fridays or over the weekend. If something small...
February 19, 2010 at 4:40 pm
The auto shrink option has nothing to do with recovery model. If you turn auto shrink off and leave the db in simple recovery mode the tlog will continue to...
February 19, 2010 at 9:35 am
SQL needs free space in the data files to rebuild indexes approximately 1.5 times the size of the largest index. So if there is no free space in your data...
February 18, 2010 at 5:20 pm
I believe you can just open the reports in BIDS 2008 to convert them and then upload them to RS 2008. I didn't go this route because of the 1000's...
February 18, 2010 at 1:19 pm
The migration is pretty straight forward when moving from SSRS 2005 to SSRS 2008. Just backup the ReportServer and ReportServerTempdb from 2005 and restore them to 2008, then point RS...
February 17, 2010 at 5:53 pm
Adding a secondary data file will not break mirroring as long as you have the same folder structure on the mirror server.
For example adding datafile2.ndf:
Add datafile2.ndf to C:\Data\ on primary...
February 16, 2010 at 6:00 pm
Yes, but you will have to install it as a named instance if you installed 2008 as the default instance.
February 16, 2010 at 5:50 pm
You can add a secondary data file on the same filegroup to the new drive and then restrict the size of your primary data file.
February 16, 2010 at 5:46 pm
The catch is that it's a small company of only 14 people so everyone knows when you’re not in the office.
February 2, 2010 at 5:51 pm
A company called Social Strata in Seattle just offered its employees unlimited paid time off. Unfortunately they are not hiring. I checked...
February 2, 2010 at 5:40 pm
- Question: if you do: dbcc dbreindex(NAME,'',90) to the table, does the indexes gets the statistics updated automatically with 100% statistics?
- Also, how about the non-indexed statistics column...
February 1, 2010 at 3:55 pm
I am trying to automate an SSIS package which imports data into a sql server table from a text file . Looks like the account ABC\XYZ does not the permissions...
January 29, 2010 at 5:11 pm
Viewing 15 posts - 286 through 300 (of 502 total)