Viewing 15 posts - 91 through 105 (of 210 total)
Try creating a filtered index
I have given the example as follows;
CREATE TABLE tbl(col1 tinyint);
create unique index tbl_idx on tbl(col1) where col1 = 1;
INSERT INTO tbl VALUES(1),(0),(0)
INSERT INTO tbl VALUES(0),(0),(0)
The above...
July 3, 2014 at 12:21 am
to arrive to the solution, I tried with guest account (because this account generally has downward pointing arrow)
so , one option is for sure,
Connect permission has been revoked
after this When...
July 2, 2014 at 1:20 am
Truly, this site is giving lot of information every day, I am learning a lot through this site.
I thank every one who is contributing
June 30, 2014 at 3:24 am
Bangla (6/30/2014)
I thought it is a phone number of customer help...
This is interesting and funny, though it is not in the answer options 😉
Andy could have used it as one...
June 30, 2014 at 2:19 am
Why this question is worth 4 points ?:hehe:
June 30, 2014 at 12:57 am
I generally use the below sql for logical name,physical name and path for any db, so this number seemed very familiar, after seeing the question, I have immediately tried the...
June 27, 2014 at 1:04 am
Though QOTD mentions to use sql2012, I had to use only 2008 R2 and i tried with row_number.
option A and B returned the same result in 2008 R2
but for option...
June 26, 2014 at 5:07 am
Interesting Question and learnt something new today, Never escaped before 🙂
June 25, 2014 at 12:20 am
I was also tossing between 2000 or Cloud, but selected 2000 option
:crazy: :crying:
June 18, 2014 at 6:54 am
BWFC (6/17/2014)
rhythmk (6/17/2014)
BWFC (6/17/2014)
rhythmk (6/17/2014)
Thanks for question.It reminds me the trick to delete the duplicate records in a table 🙂
Could you enlighten me on that please? It sounds very...
June 17, 2014 at 6:29 am
Ed Wagner (6/17/2014)
Andy, your questions are usually thought-provoking, so thank you. It's a good way to wake up my brain.
+1
June 17, 2014 at 6:23 am
Hi,
I have tried taking the backup with the following t-sql commands
case I
-----------------------------------------------------
backup database XTEST_DB to disk
='c:\XTEST_DB.bak' with compression
backup database XTEST_DB to disk
='c:\XTEST_DB.bak'
-----------------------------------------------------
Both the backups are successful. first backup is with...
June 17, 2014 at 4:57 am
paul s-306273 (6/12/2014)
Learning lots about Memory-Optimized Tables...
+1
June 12, 2014 at 1:31 am
Viewing 15 posts - 91 through 105 (of 210 total)