Viewing 15 posts - 586 through 600 (of 2,486 total)
Two things,
1) Check the "Delay between reposnses..." option on the "Response" tab of the Alert properties dialog. It may be the response delay that is preventing the job from being run.
2)...
October 20, 2005 at 5:50 am
Alex
Are you able to create a llinked server to the production database? If so, you can simplify you DTS package to a series of delete/update/insert procedures for each table.
eg:
INSERT...
October 20, 2005 at 12:42 am
To get an idea of the numbers possible given an appropriate setup, take a look at the results posted at http://www.tpc.org
The current price/performance leader is a SQL Server 2005...
October 19, 2005 at 6:48 pm
"This way we can keep the records of the user initiated backups and restores in a different "administrative" database and offer users some sort of version control for their...
October 19, 2005 at 5:10 pm
Truncate table won't work if there are Foreign Keys defined.
October 19, 2005 at 7:21 am
Your best option would be to build your own aspx page.
You can retrieve a list of parameters for a report via the web service. Take a look at the GetReportParameters method. One...
October 19, 2005 at 1:30 am
Your call, live with the "smiley" delay, or just go plain text. Myself I couldn't live without the smilies
October 18, 2005 at 8:03 pm
Hmmm ... I've never had to change my code yet
My routine creates a unique filename that includes database name, backup type and datetime. Database is...
October 18, 2005 at 5:36 pm
kwaan, just a tip for the future. Folks around here a pretty adept at detecting homework assigments and generally leave them alone. Giving...
October 18, 2005 at 5:12 pm
If you want to get rid of the "smiley" delay, there is an option on your profile,
"Disable WYISWYG Forum Editor (faster page display)"
October 18, 2005 at 4:57 pm
Running the package against a different server/database has nothing to do with the startup parameters. These are used for determining the location of the package.
To run the package against a...
October 18, 2005 at 4:54 pm
I'm presuming you have stored procedures in one database that reference data in another database. There is really no way to avoid some editing when the database name changes. You...
October 18, 2005 at 8:19 am
This is very simple, check Books Online. Under the "Backing Up and Restoring Databases" topic there is a section headed "Managing Backups" which details how to verify a backup.
October 18, 2005 at 8:00 am
Take a look in the script library,
http://www.sqlservercentral.com/Scripts/
There are a number of scripts that provide backup functionality, pick one that suits your needs the best.
October 18, 2005 at 12:54 am
" ... But sometimes in the future, it may become full. So need to shrink/truncate it, right? ... "
As per my previous post, "Unless you're experiencing a large amount of...
October 18, 2005 at 12:37 am
Viewing 15 posts - 586 through 600 (of 2,486 total)