Viewing 15 posts - 346 through 360 (of 391 total)
Ok, forget using the maintenance plan. You could use a DTS package if you like using the GUI, or read through some options for SQL2000 here:
http://msdn.microsoft.com/en-us/library/aa213832%28v=sql.80%29.aspx
However, here's my opinion...
October 3, 2012 at 5:09 am
Is the starting problem due to error 26014 ?
If so, read this:
October 3, 2012 at 2:01 am
If dynamic SQL fixes the slowness issue, then it's due to paramater sniffing - most likely due to having default values specified for the stored proc parameters.
To fix, declare new...
October 3, 2012 at 1:26 am
Are you asking how to restore a database?
October 2, 2012 at 10:59 pm
Following up to this in case anyone ever reads it.. a simple fix.. add the user "NT Service\MSSQL$InstanceName" which then appears as "MSSQL$InstanceName" to the DATA folder NTFS permissions....
August 7, 2012 at 7:06 pm
SQL service wouldn't restart.. so I ended up doing a repair option from install media. Funny enough, it repaired the problem with master and was then able to start,...
July 10, 2012 at 12:42 am
I don't use full text indexing with Sharepoint and can't seem to find any good info on whether to turn it on in Sharepoint Admin or not. It's not...
June 19, 2012 at 1:52 am
To resolve, I took the database offline, brought online, DBCC CHECKDB and found no alllocation or consistency errors. Very weird.
June 12, 2012 at 1:43 am
Was this ever resolved? I've had the exact same issue:
Midday: Restored a database which had autoclose enabled.
to
1:31:43 pm: Starting up database 'xxxxxxxx'. (repeatedly due to auto-close)
1:31:45...
June 12, 2012 at 1:25 am
You'll need to write a query first to get the data in a format you can use. Then output it to a flat file destination using SSIS.
I was thinking...
June 11, 2012 at 7:54 am
Either turn on identity_insert or exclude the id field from the excel file and instead use the auto populated identity field in the sql destination table.
June 11, 2012 at 7:24 am
So you need 5 rows in the text file per row row from the partmaster table?
June 11, 2012 at 7:06 am
There's no simple way to automate the retrieval of the email attachment in SSIS specifically. You could write a custom PowerShell script and execute that as a custom task...
June 11, 2012 at 6:56 am
Remove the database from the replication publication if it still exists. Only stopping the distribution agent will cause the tran log to grow continuously, no matter of a full...
June 11, 2012 at 6:29 am
Viewing 15 posts - 346 through 360 (of 391 total)