Viewing 15 posts - 46 through 60 (of 98 total)
smitty-1088185 (4/29/2011)
Was my question that stupid? lol
Ofcourse not! I would recommend you to insert such a huge record set in batches otherwise your recovery model setting and else will...
April 29, 2011 at 2:39 am
I have never tested this but I assume all drive settings have to match exactly for this to work.
[/Quote]
Yes, it is mandatory to have the same drive letter\Settings on both...
April 28, 2011 at 9:03 pm
Hello,
I totally agree with Michael, Well pointed out the issues with shared service account.
Infact it is always a good practice that you get at least 2 service accounts created per...
April 28, 2011 at 8:52 pm
For me it depends on the requirement. There are a few operations which linked servers can manage very effectively. Like creating partioned view where you need to pull data accross...
April 28, 2011 at 8:43 pm
Hello IAN,
As i mentioned service restart could cause corruption (if not planned properly) is associated with accidental Server shutdown. I forgot to complete my comment.
I have seen in past that...
April 28, 2011 at 1:35 am
Are you using any backup tool or it is just a native sql backup.
It seems to be native though. but just wanted to confirm.
Also, do you have sufficent RAM available...
April 27, 2011 at 10:37 pm
You can try this.
Create a view with same name as table name in differenct schema at databaselevel.
and then set this schema as default schema for the user .
This would make...
April 27, 2011 at 10:08 pm
One more thing i would like to add here is that , restarting sql server services is infact a very bad idea, It increasing the chances of page corruption as...
April 27, 2011 at 9:39 pm
I totally agree with Gail . Infact i have seen the downside of enabling light weight pooling.
Once we tried this option on one of our production Enviornment (SQL SERVER 2000...
April 27, 2011 at 8:56 pm
Also, If it is a named instance make sure that SQL SERVER BROWSER SERVICE is Running.
April 27, 2011 at 4:35 am
I have personally noticed that sometime the RedGate backups continues to run. And even if you will see the RedGate viewer it will show that the backup is still running.
Do...
April 27, 2011 at 4:17 am
Your trigger logic is wrong .
If you see you have created a trigger for update on Employee table.
Which means a trigger will fire every time an update occurs on (Employee)...
April 26, 2011 at 10:53 pm
Also, check if some full\differential backup job is running during that time. And also are you using some external tool for backups or just native backups because when you run...
April 26, 2011 at 10:37 pm
Oracle_91 (4/26/2011)
Hi,Which one is true ? Does it comes along with MDAC or SQL Server 2000?
Both, As i mentioned earlier it was bundled with sql server in earlier versions...
April 26, 2011 at 8:42 pm
SUPER SQL STAR (4/26/2011)
either data may be losss...! wht can i do in this situation
The chances of data loss is minimal , but it also depends on how you...
April 26, 2011 at 5:16 am
Viewing 15 posts - 46 through 60 (of 98 total)