Viewing 15 posts - 61 through 75 (of 429 total)
Just an additional question on top of it. Lets say that in this case I wanted one more column which is not a part of this index. So in that...
January 7, 2014 at 5:36 am
Thanks John and Gail. Now I understood it more clearly after relating to the practical lab results and theory. The clustered index column is present in all non clustered indexes....
January 7, 2014 at 5:33 am
John Mitchell-245523 (1/7/2014)
A non clustered index consists of the index key column(s) plus the clustered index column(s). That's why your query was covered by the non clustered index.John
Thanks. But...
January 7, 2014 at 4:39 am
One option as suggested above is a backup, pretty clean and simple way. copy it over FTP and let your clients use it.
However, if they insist to have the database...
January 4, 2014 at 11:22 am
ramana3327 (1/3/2014)
So there is no option to move the database online. Then instead of issuing those commands, we can do the detach & attach method right? Please...
January 3, 2014 at 11:31 am
I store them on local drives and make sure they are backed up each night. Keeping them on a local drive, other than the OS drive is still better.
Thanks
chandan
January 3, 2014 at 12:14 am
Excel has its own limitations as pointed out but why you need to retrieve millions of rows from the database. Is it going to be used for some reporting? Fetching...
January 2, 2014 at 11:45 pm
ramana3327 (1/2/2014)
I am trying to moving the database files while it is online, instead of detach and attach method. I have a database test_copy. I have test_copy data & log...
January 2, 2014 at 11:39 pm
Grant Fritchey (12/17/2013)
If the table has 100K of records, this looks like it's also returning over 100K of records. Is the WHERE clause not filtering at...
December 17, 2013 at 3:45 am
MSQLDBA (12/12/2013)
I am facing the same problem even my database Auto_close option is False. When the application team running package, database going on suspect mode. rest of the time...
December 12, 2013 at 2:00 am
sqlnaive (11/7/2013)
Interesting read. Gives the pretty much idea on what you can end up into if not consider the impact of the DML.
Burned my hands with heavy deletes once, so...
November 7, 2013 at 3:53 am
GilaMonster (11/6/2013)
Next time don't restart SQL while there's a large transaction rolling back.
One question here, don't you think the T-log file will keep growing even during the rollback? If the...
November 7, 2013 at 12:24 am
Koen Verbeeck (10/25/2013)
chandan_jha18 (10/25/2013)
Koen Verbeeck (10/25/2013)
Let's assume it's "random" unless...
October 28, 2013 at 1:10 am
Koen Verbeeck (10/25/2013)
Let's assume it's "random" unless you specify another...
October 25, 2013 at 2:57 am
Bhuvnesh (9/25/2013)
chandan_jha18 (9/23/2013)
September 25, 2013 at 4:19 am
Viewing 15 posts - 61 through 75 (of 429 total)