Viewing 15 posts - 106 through 120 (of 151 total)
Log into a SQL 2005 server....
Open SQL Server Management Studio....
Direct the login to the SQL 2000 server...
Navigate to your SQL jobs you want to migrate...
Right click the job and select...
December 17, 2008 at 2:50 pm
hmm...
OK, let me rephrase the question. How do I check for "Orphaned" records?
November 12, 2008 at 4:14 pm
Thanks for the reply. MS was never clear on that setting. I am using Idera DM now to get the SQL memory usage and it matches what perfmon gives. We've...
September 8, 2008 at 2:16 pm
Then why on an Itanium based build does it show correctly in the task manager?
September 5, 2008 at 1:52 pm
I guess I should've mentioned there's 16GB of RAM on the server. So if the purpose of 64bit is not to need AWE then why would I need to use...
September 5, 2008 at 1:51 pm
In the script above, change the fill factor of 80 to whatever you desire...
DBCC DBREINDEX (@TableNameToReIndex, ' ', 80)
September 3, 2008 at 6:12 pm
I concurr. Verify the credentials you prived can access the DB from SSMS.
September 3, 2008 at 4:33 pm
You might have some type of scheduled job running at the same time. Backup? Table Inserts? Maintenance of tables? SSIS package updating records? MAke sure all jobs that access the...
September 3, 2008 at 3:45 pm
If the "sysobjects" and "syscolumns" is queryable from the account your asp application runs as, then you are volnerable 100%. Revoke access to those objects and allow only sysadmins to...
September 3, 2008 at 3:41 pm
Had this issue on a SQL server that was not at SP2 level. If your SQL servers are not BOTH on SP2, install it and it should work.
September 3, 2008 at 3:34 pm
If you haven't already tried this, reattach the DB and do not put an ldf. Theoretically SQL will create a new one. Sometimes in drastic measures when a DB runs...
August 25, 2008 at 3:51 pm
The account that SQL runs as has Admin rights to both server and I went granular to the remote filesystem to confirm the NTFS ACLS are correct for the account.
This...
July 14, 2008 at 3:54 pm
No, sorry. That example goes local to the server and it always works. My issue is trying to reach out to a file system on the network via a UNC...
July 14, 2008 at 3:15 pm
Matt, Big thanks to you!
My next attempt to reclaim disk is to use Winzip commandline to script the compression of each .bak file on a nightly bassis after backups occur....
May 29, 2008 at 12:05 pm
Matt, you hit on a perfectly good point and you just reminded me that yes, the TX log files are being backed up on an hourly bassis.
So, I guess one...
May 29, 2008 at 11:43 am
Viewing 15 posts - 106 through 120 (of 151 total)