Viewing 15 posts - 106 through 120 (of 347 total)
You have no choice but to remove user database file manually after sql server uninstall.
August 5, 2005 at 8:38 am
Does your company also has active directory? You could query active directory, add the new login for all of your existing login and then write a script to switch them...
August 5, 2005 at 8:36 am
You can't tune what you don't know. Also ask them what is slow, how do you know it is slow, and where is it slow at? After you found out...
August 5, 2005 at 8:34 am
First of all I would tell them that they are not allow to bcp 8 million row into a database at a time.
However they could try to work their code...
August 4, 2005 at 8:54 am
DSP, Sushila,
Well that is what we call a balance in life. I no longer have a taste or willingness to work 10 hr a day 6 days a week (dot...
August 4, 2005 at 8:52 am
sushila,
Well those are the other reason that I didn't want to think about... It is not at your choice to change job.
I am a contractor too but working full time...
August 3, 2005 at 4:06 pm
I agree with Steve. I usually asked what is the range or ask the recruiter to find out before even thinking about going to interview.
Let's face it, the reason most people...
August 3, 2005 at 11:35 am
You do have the option to have SQL Server Generate SQL Script, There are a couple of option like, script to drop object, script to add object as well as...
August 3, 2005 at 11:24 am
What is the error?
As you should know by now, there is no back out plan.
I hope you backup your system database before you load sp3a.
If you got your system database...
July 29, 2005 at 10:15 am
The other way without scripting your job is to stop sql agent and restore msdb database. Your job will comes with it as well as DTS packages.
Anyway, the way to...
July 27, 2005 at 9:55 am
Reboot your PC. Also make sure to send the attach file that is within the limit of file attachment for your exchange server.
mom
July 26, 2005 at 1:38 pm
You could do a couple of way. Backup your database and give it to DBA/sa so they could restore it at your client site. The reason why is because you...
July 26, 2005 at 8:20 am
I have never seen auto detach for any database feature. However I have seen some user set their database to auto close thus sometimes it takes longer time to connect...
July 22, 2005 at 11:25 am
Have you though about backup the database to a group of file? That's how I was able to overcome moving 60 GB backup file accross the network. Let's say you...
July 22, 2005 at 8:06 am
Viewing 15 posts - 106 through 120 (of 347 total)