Viewing 15 posts - 226 through 240 (of 541 total)
It's better if you just let SharePoint have it otherwise it will start b*tch*ng.
July 13, 2011 at 11:32 am
If for attach does not work use sp_attach_single_file_db.
Are you setting up another SharePoint App in DCB?
July 13, 2011 at 10:50 am
Grant same permissions to your SQL Agent Account as the SSIS package for that .bat file.
July 13, 2011 at 9:52 am
Great question and i got it wrong because i never used it. Learn something new everyday.
July 13, 2011 at 7:19 am
athiyamaan (7/10/2011)
Retrying the bulk-copy operation into the table " " without load ordering hint because bcp data doesnot appear to be sorted in the right order. This...
July 11, 2011 at 8:53 am
Open Sql Profiler select save to table option
In Events select Errors and Warnings then select:
UserErrorMessage
And in Column Filter select "Error" = 2812 for stored procedures
Setup another profiler session for Error...
July 6, 2011 at 11:22 am
Vicki
You should always check out scripts section ๐
June 27, 2011 at 2:16 pm
These two scripts usually get it done but you need at least 3-6 months if not a year depending on your application.
Our App was financial so we had to run...
June 17, 2011 at 12:52 pm
There are tons of system I/O happening in tempdb.
Tempdb is a place for instead of triggers, hash joins, sorts, version stores for snapshot isolation, cursors, indexing, (MARS), service broker ...etc.
June 7, 2011 at 2:35 pm
Yes.
Cluster will only be mirrored in full transaction safety level because that's the only way mirroring is supported in standard editions.
June 7, 2011 at 2:20 pm
dbcc freeproccache is ok to use in Dev but it's not going to help you in production.
You need to figure out what's being populated in your cache.
May 19, 2011 at 1:19 pm
try deleting db user and server login and recreate both.
May 12, 2011 at 2:16 pm
s_osborne2 (5/9/2011)
We are trying to drop a UDF but we get an error to indicate that this isnโt possible because the UDF is currently marked for replication. There is no...
May 9, 2011 at 11:15 am
good question and i agree Microsoft does not have good documentation about it
May 9, 2011 at 10:19 am
Viewing 15 posts - 226 through 240 (of 541 total)