Viewing 15 posts - 7,651 through 7,665 (of 26,490 total)
I saw they were linked, I wanted to know the logic that generated your final list. Thank you, now I have something to work with here.
May 12, 2013 at 3:10 pm
tshad (5/12/2013)
I hadn't realized what the CTE was doing...
May 12, 2013 at 2:57 pm
So, you want a single list in a variable the looks like this:
January, January, February, March, April, May, June, July, August, September, October, November, December
Why do you want January listed...
May 12, 2013 at 2:43 pm
I have to ask again, please provide a step by step description of everything you have done, from setting up the mirror to testing the failover and what you have...
May 12, 2013 at 2:41 pm
Can you explain the logic the takes the original data to the final results?
May 12, 2013 at 2:07 pm
Would you please explain (and by that I mean show) what the output should be. I run your code and see what is generated, but I don't know what...
May 12, 2013 at 2:01 pm
atheeth (5/12/2013)
please tryout this . I assume from your query string is not limited to 2 commas .
Declare @strsql varchar(50),@chrindex int
set @strsql = 'AA,BB,C,D'
select @strsql --print original val
select...
May 12, 2013 at 12:22 pm
Jeff Moden (5/10/2013)
May 10, 2013 at 9:20 pm
Questions:
1) Are we talking Development or Production?
2) What rights are you requesting?
3) What are you doing that requires access to the databases?
4) What does the documentation say that you need...
May 10, 2013 at 9:18 pm
Sorry, not enough info and even if I had a sandbox to play in not enough to even try to emulate your environment.
May 10, 2013 at 8:03 pm
rick.servant (5/10/2013)
date1 <= 02/28/2013 --@ENDDATE
columns:
quote# date1 ...
May 10, 2013 at 4:56 pm
SQLRNNR (5/10/2013)
Jeff Moden (5/10/2013)
SQLRNNR (5/10/2013)
They do come in handy occasionally to help distinguish the...
May 10, 2013 at 4:12 pm
SQL_Enthusiast (5/10/2013)
My COMMENT table (original table in DB) and TEMP_COMMENT are indentical in fields and data types. COMMENT has the FK on it while TEMP_COMMENT has no FK's or...
May 10, 2013 at 3:57 pm
SQL_Enthusiast (5/10/2013)
My COMMENT table (original table in DB) and TEMP_COMMENT are indentical in fields and data types. COMMENT has the FK on it while TEMP_COMMENT has no FK's or...
May 10, 2013 at 3:56 pm
Neeraj Dwivedi (5/10/2013)
Our application uses db_datareader & db_datawriter role for running the applications.
I had set up the application user account...
May 10, 2013 at 3:55 pm
Viewing 15 posts - 7,651 through 7,665 (of 26,490 total)