Viewing 15 posts - 37,051 through 37,065 (of 49,566 total)
Gotta love an ISP that depends on their customers to tell them that a portion of their network infrastructure has been offline for 2 days.
August 14, 2009 at 12:13 pm
Sharepoint provides a whole bunch of web services for retrieving data from the sharepoint DBs. You're not supposed to be querying it directly. Maybe ask that in one of the...
August 14, 2009 at 12:09 pm
August 14, 2009 at 12:05 pm
Might be worth asking on a Sharepoint forum, like this one - http://social.msdn.microsoft.com/Forums/en-US/sharepointadmin/threads
August 14, 2009 at 12:03 pm
Might have been added in SQL 2008. You can use the script instead.
August 14, 2009 at 12:01 pm
team (8/14/2009)
August 14, 2009 at 9:27 am
Drop database is a bit extreme. Personally I'd try an index defrag on the cluster with LOB Compact first. If that doesn't work, then rebuild the clustered index
August 14, 2009 at 9:19 am
and, if you move the creation of the indexes to after the population, do you still get this error? If not, that's possibly a good workaround. It also means you're...
August 14, 2009 at 9:18 am
kwilt (8/14/2009)
I was under the impression that the only way to shink a log file is to have two consecutive log file backups and then the shrinkfile will work.
No,...
August 14, 2009 at 8:12 am
alex (8/14/2009)
August 14, 2009 at 8:06 am
No. The GUI runs the same script you'll run. Could be there's an open transaction of something preventing the shrink. Maybe wait a few hours and try again. It often...
August 14, 2009 at 7:43 am
kwilt (8/14/2009)
I have a transaction log that I am unable to shrink, as the recovery model is Simple on the database.
Having the DB in simple doesn't stop you from...
August 14, 2009 at 7:28 am
Jan Van der Eecken (8/14/2009)
GilaMonster (8/14/2009)
Is that legal? I thought licence plates were tied to the cars, not to drivers....
Not in the case of personalised plates, after all you could...
August 14, 2009 at 7:17 am
Best to let SQL manage the locks itself. No matter what you specify, an update (any data change) must take an exclusive lock while the data is been changed. This...
August 14, 2009 at 6:04 am
This isn't T-SQL. Looks like C# to me, and there's nothing database related in there. You may get better and faster replies posting this pn a C# forum, maybe one...
August 14, 2009 at 5:54 am
Viewing 15 posts - 37,051 through 37,065 (of 49,566 total)