Viewing 15 posts - 46 through 60 (of 74 total)
Hi,
Column Statistics for all objects
select 'update statistics' name from sysobjects where xtype='u'
now you get for all objects from your database. then you have to copy all the result...
August 10, 2010 at 12:16 am
Hi,
1. See if you perform dbcc dbreindex query. First it will drop the index and recreate it. So
...
August 6, 2010 at 3:49 am
Hi..
Or else you can import those data into excel sheet and saved in a folder. then you can export the file
into mysql database.
With thanks & Regards
Balaji.G
August 6, 2010 at 3:31 am
Hi,
We cannot move a resource database straightway right. We can change the path of this database by using property --> advanced option. then...
August 5, 2010 at 10:59 pm
Hi,
If you want to see a particular database logical name. you can run this query
select * from sysfiles.
...
August 5, 2010 at 10:30 pm
Hi,
Check it sysjobs,sysjobschedules, sysschedules objects in msdb database.
With thanks & regards
Balaji.G
August 3, 2010 at 1:26 am
This is for your optional,
you just restart the services. New tempdb will created automatically.
Thanks
Balaji.G
July 27, 2010 at 5:23 am
Hi,
I think its difficult to shrink the 69 gig log file. Better way if you don't want the log backup then
...
July 27, 2010 at 1:08 am
when you connect to the db server. you can use ip address instead of servername. It's an other way
to connect the database server.
Thanks & Regards
Balaji.G
July 27, 2010 at 12:11 am
Hi,
If I enable the AWE, is it true to improve the performance?
With Thanks & Regards
Balaji.G
July 15, 2010 at 12:05 am
check it, if any network issue happened.
Thanks & Regards
Balaji.G
July 14, 2010 at 3:07 am
Hi,
Check the disk space. and restore the database thru wizard wise.
July 13, 2010 at 4:38 am
Hi,
If you don't want the transaction log, Then you can use by the following query
backup log...
July 12, 2010 at 2:56 am
Hi,
If anybody connected to the database. you cannot rename the database.
First...
July 11, 2010 at 10:35 pm
Viewing 15 posts - 46 through 60 (of 74 total)