Viewing 15 posts - 2,086 through 2,100 (of 2,436 total)
Bingo Chris ... time to "recover from your most recent database backup" ...
August 15, 2005 at 2:25 pm
I do not believe that this informaiton is documented for general public use. The only resolution may be to recover from your most recent database backup. Another possibility is that...
August 15, 2005 at 9:42 am
Try removing the square brackets [] from the server/instance, these have a different meaning/usage in a DOS command shell than what SQL Server uses them for.
August 15, 2005 at 9:39 am
I'd attribute it to another 'un-documented feature' (bug) left over from the old Sybase code base
...
August 15, 2005 at 8:55 am
You are correct Mike ... I made an 'assumption' that everyone does the proper maintenance ... including that !
August 12, 2005 at 4:16 pm
Here's the login transfer script the many others use:
http://support.microsoft.com/default.aspx?scid=kb;%5BLN%5D;Q246133
August 12, 2005 at 1:29 pm
To check things out properly you'll need to run the following in QA:
exec your_database..sp_spaceused
go
dbcc sqlperf(loginfo)
go
This will give use space for both the database and the transaction...
August 12, 2005 at 1:21 pm
yup ... scan BOL for the following: table and index architecture ...
August 12, 2005 at 1:16 pm
Most of the potential issues raised (management, locked out accounts, security, etc) are really no-brainers when one sits down and plans a bit. Every site I've been at for the last...
August 12, 2005 at 1:08 pm
This will work, but there is an unstated underlying issue here. Why are your transaction logs set to 'unlimited' growth ? Are they not managed ? Is the application that...
August 12, 2005 at 12:46 pm
I would probably set up a SQL Task to import the data. This way when it is executed you'd have a history. Also the 'outsourcing' company would just have to...
August 12, 2005 at 11:17 am
RAID 5 is optimized for read. Also, RAID5 or 1+0 0n a SAN does not make a huge difference unless your SAN is overworked and has insufficient cache.
Intel over AMD...
August 12, 2005 at 9:04 am
none ... figured it out in v4.21a ... it's been the same ever since !
August 11, 2005 at 12:38 pm
DOn't forget to stop/restart SQL Server ... @@servername is set on starting the server.
August 11, 2005 at 11:58 am
Viewing 15 posts - 2,086 through 2,100 (of 2,436 total)