Viewing 15 posts - 271 through 285 (of 769 total)
What's wrong in this query?
SELECT CHARINDEX('_', name) FirstIndexOf,
--CHARINDEX('_', name)+1,
CHARINDEX('_', name, (CHARINDEX('_', name)+1)) SecondIndexOf,
charindex('_',name, CHARINDEX('_',name,(charindex('_',name ) + 1 )) + 1 ) ThirdIndexOf,
charindex('_',name,CHARINDEX('_',name,(charindex('_', name ,(charindex('_',name ) + 1 )) + 1...
November 17, 2015 at 3:29 pm
Never heard of such property "pass through" before. But while reading the question multiple times and by doing a smart elimination, picked up the correct option.
November 13, 2015 at 12:00 pm
You can think to run extended events. Much lighter compared to Profiler.
November 10, 2015 at 5:02 pm
I have another related question. I found that in bizmsgbox db the VLF count is 500+ and the db log file growth parameter is set as 100 MB. Question is,...
October 15, 2015 at 8:36 pm
Pretty useful links- thanks
October 15, 2015 at 12:25 pm
If there is already a mentioned option to have a Diff backup then no point someone will be interested to restore all subsequent Tlog backups after the full bkp!
October 5, 2015 at 2:04 pm
You can even run like this:- (using angular brackets)
CREATE TABLE [SELECT2] ("TABLE" int)
September 16, 2015 at 11:40 am
Nice post.
But, one question here, do we not need to restore "DQS_STAGING_DATA" database also?
September 11, 2015 at 4:46 pm
Will the database be accessible if one of the files go offline?
September 10, 2015 at 8:26 am
Hi Steve
After we tick the answers, it will be good if we still can see the options so that while we see the correct answer, we will be able to...
August 31, 2015 at 11:22 am
No response by Anyone though. Perhaps, I tested this and it works.
August 26, 2015 at 10:26 am
Viewing 15 posts - 271 through 285 (of 769 total)