Forum Replies Created

Viewing 15 posts - 106 through 120 (of 151 total)

  • RE: SCRIPTING JOBS IN SQL SERVER 2000

    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...

  • RE: DB Referential Integrity

    hmm...

    OK, let me rephrase the question. How do I check for "Orphaned" records?

  • RE: SQL 2005 x64 on Windows 2003 x64

    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...

  • RE: SQL 2005 x64 on Windows 2003 x64

    Then why on an Itanium based build does it show correctly in the task manager?

  • RE: SQL 2005 x64 on Windows 2003 x64

    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...

  • RE: Defragmentation of Indexes on SQL 2005 Sharepoint Database

    In the script above, change the fill factor of 80 to whatever you desire...

    DBCC DBREINDEX (@TableNameToReIndex, ' ', 80)

  • RE: Linked server will not expand

    I concurr. Verify the credentials you prived can access the DB from SSMS.

  • RE: Defragmentation of Indexes on SQL 2005 Sharepoint Database

    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...

  • RE: SQL Injection

    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...

  • RE: Linked server will not expand

    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.

  • RE: ldf files lost

    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...

  • RE: xP_fileexist

    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...

  • RE: xP_fileexist

    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...

  • RE: DBCC SHRINKFILE

    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....

  • RE: DBCC SHRINKFILE

    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...

Viewing 15 posts - 106 through 120 (of 151 total)