Viewing 15 posts - 676 through 690 (of 1,539 total)
Hans,
I'd suggest you go through these two articles by Gail. Excellent on how to create a server side trace, identify poor performing queries and then rectify/tune those queries.
July 20, 2009 at 3:01 am
I've not faced WMI problem yet. may be you should reinstall it.
THIS url should help you.
July 20, 2009 at 2:56 am
Jeff Moden (7/20/2009)
:blush: Thanks, Pradeep. :blush: That's an awfully nice compliment especially coming from someone like you.
Frankly speaking Jeff, I'm not even fraction of a percent of what you're...
July 20, 2009 at 2:53 am
Jeff Moden (7/19/2009)
Pradeep... I've seen your posts... have you a website I could visit?
Jeff, I work for HP GCI(Global center of India, Bangalore). I dont hv a personal website of...
July 20, 2009 at 2:49 am
rambilla4 (7/19/2009)
and my prod_2.ndf is got corrupted:
Can we restore ONLY prod_2.ndf file from the backup file...
July 19, 2009 at 1:06 am
rsteckly (7/18/2009)
July 19, 2009 at 1:01 am
karthimca07 (7/18/2009)[hr
i have database named DBOIL
under this i hv stored procedures named Insert_IndentRaising
my new database name is DBOIL0910
when im tried as you suggested..,
insert select DBOIL.dbo.Insert_IndentRaising
it gives error..
how to use insert...
July 19, 2009 at 12:55 am
sudhakara (7/18/2009)
Reason behind my question is , i am going to create one data file for each cpu processor with equal size for tempdb
what is the relation between number...
July 18, 2009 at 6:26 am
To bring the database to online mode, run this.
alter database yourDBName set online
July 18, 2009 at 6:17 am
can you verify if the sql server service is running or not?
July 18, 2009 at 6:07 am
If you're able to ping the target server, open sql server surface area configuration, click on "Surface Area configuration for services and connections" and then click on remote connections. Select...
July 18, 2009 at 6:05 am
you can also have a flag field on the target table with a default value of 0 and update it to 1 from within your trigger statements.
this way u'll be...
July 18, 2009 at 5:58 am
you can copy your backup file with a different name(am not sure if same file will work) and then fire the restore command as suggested by Lowell in two different...
July 18, 2009 at 5:55 am
There are some experts who do data recovery from crashed hard disks or normal hard disks for recovering data files but as Jeff said, if you'd have shut down your...
July 18, 2009 at 12:13 am
MJ (7/16/2009)
We need bi- directional synchronization of the databases. Is any solution to synchronize two databases in the SQL server.
Can you have a look at peer to peer replication...
July 16, 2009 at 10:24 pm
Viewing 15 posts - 676 through 690 (of 1,539 total)