Viewing 15 posts - 661 through 675 (of 860 total)
kim.talley (2/20/2009)
February 20, 2009 at 1:26 pm
k.przewozniak (2/20/2009)
Can you tell me if there is counter of the query that will let me check how many users are connected for to database? I know counter SQLServer:General Statistics:...
February 20, 2009 at 6:50 am
micsak (2/20/2009)
Actually I want to copy the database from one SQL server 2008 to another Sql server 2008. 1st server is active server and second server is...
February 20, 2009 at 2:28 am
madhu.arda (2/20/2009)
What about the message The database 'Mydb' is marked RESTORING and is in a state that does not allow recovery to be run.
You don't have to worry about...
February 20, 2009 at 2:15 am
tkrajasekar (2/19/2009)
Thanks for ur valuable information.
Its is possible to recover deleted records or deleted one table without backup(in Oracle having Flashback Query or Flashback Table or Recyclebin option)
What about...
February 20, 2009 at 2:08 am
GilaMonster (2/19/2009)
elay (2/19/2009)
Table error: Object ID 1654296953, index ID 50. The low key value on page (1:548364) (level 0) is not >=...
February 20, 2009 at 1:47 am
kim.talley (2/19/2009)
February 19, 2009 at 5:33 pm
kim.talley (2/19/2009)
February 19, 2009 at 2:36 pm
dale_keller (2/19/2009)
I was wondering what are the best practices for maintaining stored procedures? Is there source code management for stored procedures in SQL Server 2005? I know...
February 19, 2009 at 2:28 pm
Yep, always delete the rows in chunks for every 1000 rows or 10,000 rows and then after deletion process is done you can set up a job to Shrink the...
February 19, 2009 at 2:18 pm
Bruce W Cassidy (2/19/2009)
February 19, 2009 at 1:39 pm
lavani.sari (2/19/2009)
I have good knowledge of SQL 2000 and with 2005 I know my way around the basic administration and maintenance.
Thats what is more important. Basics should be strong foe...
February 19, 2009 at 12:34 pm
But you dont have to do checktable, checkalloc once checkdb is done as checkdb checks integrity on all objects.
February 19, 2009 at 11:40 am
I just got an article about bcp, read through it check this out:
February 19, 2009 at 11:24 am
BOL is the best source.
February 19, 2009 at 5:19 am
Viewing 15 posts - 661 through 675 (of 860 total)