Viewing 15 posts - 1,066 through 1,080 (of 1,097 total)
I´m not sure you can restrict that. Not from SQL at least. Maybe ask a win2000 if it can be done.
Or remove permissions from them and you...
September 20, 2002 at 8:39 pm
By adding more files you will gain in performance. If you use several files in filegroups, you will have the paralelism that you have with Raid.
You should...
September 20, 2002 at 8:30 pm
That's right. To execute a dynamic sql statement you must put it into a variable and the execute it.
You can also execute the dynamic transaction with EXEC sp_executeSQL 'Dynamic...
September 20, 2002 at 1:18 pm
Can you tell me what type of column is F10 in Excel? It seems the problem is in the data source (In excel), not in the DTS package.
Or you can...
September 19, 2002 at 9:28 pm
I also think you can change it running from the command line the rebuildm.exe utility.
Here you can change the language, sort order and other stuff with out re installing the...
September 19, 2002 at 7:37 pm
Did you check the history of the job??
What does the job do?
Check also the event viewer and sql error log.
September 19, 2002 at 7:33 pm
Try turnning it On, maybe someone change it without your advice. Re run the maintenance plan and see what happens.
If you run your DBCC manually, shows the same error. Are...
September 19, 2002 at 7:30 pm
Do you have any job that can be causing this problem. Did you tried with sp_who2. This one shows more info.
With sp_lock, did any spid had an exclusive lock?
September 19, 2002 at 7:24 pm
What you can do is in notepad write
OSQL -E -Q"Backup dbName to backup_device" -oc:\Backup.log
or whatever you want to do, and save the file as .cmd. Then you simple executes the...
September 19, 2002 at 7:08 pm
That's true. I also prefer BCP to export data. Or if you want to make it really easy, run DTSWiz to import and export with a wizard
September 19, 2002 at 6:59 pm
I don't think you may have any problem but
if you are planning to use auto_shrink you should check the results, and much more in a production server. I would shrink...
September 19, 2002 at 6:46 pm
I would say that you make the comparision in the backup server only. You first should start some tools to compare. Execute :
Set ShowPlan_All On or use query analizer Graphical...
September 19, 2002 at 6:01 pm
Hi, I think you should place a Clustered Index on that column. The index will place all the rows in order in new pages in and index structure.
This way your...
September 19, 2002 at 5:14 pm
Well, I think that what you should do is copy the files from the original server (It must be stopped) to the new server. Then attach those files without changing...
September 19, 2002 at 4:23 pm
Any Error in Event Viewer or SQL
September 19, 2002 at 4:03 pm
Viewing 15 posts - 1,066 through 1,080 (of 1,097 total)