Viewing 15 posts - 7,846 through 7,860 (of 9,399 total)
TheSQLGuru (6/19/2014)
June 19, 2014 at 7:29 am
crookj (6/19/2014)
Ed Wagner (6/19/2014)
djj (6/19/2014)
Ed Wagner (6/19/2014)
crookj (6/19/2014)
Ed Wagner (6/19/2014)
Stuart Davies (6/19/2014)
rhythmk (6/19/2014)
Stuart Davies (6/19/2014)
BWFC (6/19/2014)
MethodTechnique
Procedure
Stored
Function
Script
Visual Basic
Visual Studio
Management Studio
Studio 54
Area 51
June 19, 2014 at 7:23 am
I'm not sure what you're trying to do here. The subject says you want to rewrite the two into one, but the first is a SELECT and the second...
June 19, 2014 at 7:21 am
And don't check the "Overwrite" checkbox unless you really mean it. I also prefer using T-SQL as suggested above. It's harder to make a mistake there than in...
June 19, 2014 at 7:19 am
djj (6/19/2014)
Ed Wagner (6/19/2014)
crookj (6/19/2014)
Ed Wagner (6/19/2014)
Stuart Davies (6/19/2014)
rhythmk (6/19/2014)
Stuart Davies (6/19/2014)
BWFC (6/19/2014)
MethodTechnique
Procedure
Stored
Function
Script
Visual Basic
Visual Studio
Management Studio
June 19, 2014 at 7:14 am
rodjkidd (6/19/2014)
Greg Edwards-268690 (6/19/2014)
Ed Wagner (6/19/2014)
rodjkidd (6/19/2014)
We have a very temperamental server which is being upgraded this week.
It also has spaghetti...
June 19, 2014 at 7:13 am
crookj (6/19/2014)
Ed Wagner (6/19/2014)
Stuart Davies (6/19/2014)
rhythmk (6/19/2014)
Stuart Davies (6/19/2014)
BWFC (6/19/2014)
MethodTechnique
Procedure
Stored
Function
Script
Visual Basic
June 19, 2014 at 6:38 am
melanie.townsend (6/19/2014)
June 19, 2014 at 6:02 am
When you restore to another server, you'll have to look at your logins. Both the SQL and Windows logins have to exist on the destination server in order for...
June 19, 2014 at 5:58 am
Lynn Pettis has a page with some common date routines posted at http://www.sqlservercentral.com/blogs/lynnpettis/2009/03/25/some-common-date-routines/ that will help give you the syntax you're after in an efficient way without having to parse...
June 19, 2014 at 5:54 am
rodjkidd (6/19/2014)
We have a very temperamental server which is being upgraded this week.
It also has spaghetti jobs / packages. You know...
June 19, 2014 at 5:25 am
Stuart Davies (6/19/2014)
rhythmk (6/19/2014)
Stuart Davies (6/19/2014)
BWFC (6/19/2014)
MethodTechnique
Procedure
Stored
Function
June 19, 2014 at 5:21 am
Grant Fritchey (6/18/2014)
Evil Kraig F (6/18/2014)
Grant Fritchey (6/18/2014)
Yeah, one guy offered to pay me, so I sent him my rate. And that was the end of that.
Heh, I don't mark...
June 18, 2014 at 9:02 pm
I think I understand what you're after. If I'm interpreting it correctly, it sounds like a classical gaps and islands problem. There are a multiple approaches to it....
June 18, 2014 at 8:54 pm
If you want to know all about the SUBSTRING function, it's covered at http://msdn.microsoft.com/en-us/library/ms187748%28v=sql.100%29.aspx. If you have any questions about it, that's a good page to read.
June 18, 2014 at 8:33 pm
Viewing 15 posts - 7,846 through 7,860 (of 9,399 total)