Viewing 15 posts - 601 through 615 (of 2,486 total)
First thing, make sure you have a working and current database backup.
Then the best thing I can think of would be to script out all the tables. Make sure "Generate...
October 17, 2005 at 11:07 pm
The interval of the transaction log backup should be determined by the business users. How much data can they afford to lose? If they can't afford to lose more than...
October 17, 2005 at 10:55 pm
"... I don't wish to grant this user access to DB1 at all ..."
They'll need access to the database to retrieve data. You don't need to apply any specific permissions...
October 17, 2005 at 8:39 pm
Why would you use DTS? Wouldn't it be better to run a simple one-off loop in your web-app to perform the same hashing process?
October 17, 2005 at 8:14 pm
To avoid any wild stabs in the dark you'll need to provide a bit more detail about your issue. eg: definition of tables and their indexes. Query that is being...
October 17, 2005 at 5:37 pm
First, with my DBA hat well and truly screwed on tight. I wouldn't be running an external application to issue backup commands to my SQL Servers across a network link....
October 17, 2005 at 5:27 pm
I presume this is still not running
I'd say it'd be a safe bet that killing a process thats shuffling data around in the...
October 17, 2005 at 5:16 pm
What are you trying to achieve by specifying both /S and /F?
From Books Online,
/F filename
Is the name of a structured storage file containing DTS packages. If server_name is also specified,...
October 17, 2005 at 5:14 pm
Anatol Romanov, it's the session timeout. Given the number of users accessing the system I wouldn't expect the SQLServerCentral guys to hold onto...
October 17, 2005 at 1:45 am
Which ODBC driver are you using to link to the Progress database? If its the standard Merant driver, make sure you select 'READ UNCOMMITTED' as the Isolation level on the...
October 17, 2005 at 1:37 am
With the growth in the Business Intelligence area, I have a feeling this will become a defacto best practice. One only needs to look at the MDX syntax, almost everything...
October 16, 2005 at 10:12 pm
"... How do I create a new sproc. R-clicking the stored procedures node or the database node doesn't appear to give me that option ..."
Templates.
October 13, 2005 at 5:42 pm
Was/Is the auto-update turned on? If so then this could be the reason for the irregular bloating. If you turn it off, shrink the Database/Tran log, you should have more...
October 13, 2005 at 12:38 am
Ok, so make the suggested changes. If it fixes the problem, its $125 well spent, if not get a refund.
Without knowing any details about the database and server setup, suggested...
October 12, 2005 at 11:27 pm
Viewing 15 posts - 601 through 615 (of 2,486 total)