Viewing 15 posts - 61 through 75 (of 163 total)
Rayven - thanks for the input. I'm going to give it a try over the next couple of days and see how it works. You said there's some...
January 17, 2012 at 9:25 am
I have a similar situation that I'm working on right now. The parameter I'm working with doesn't hit just one column in a where clause though. It's a...
January 17, 2012 at 7:56 am
I'll say it upfront, the code below works to an extent but it's not good. It will break if you have more than 2 attributes separated by a comma,...
January 16, 2012 at 6:48 pm
Oh man, I really hate these types of designs. Retrieving this type of information should be pretty easy but because of the way it's structured it ends up being...
January 16, 2012 at 4:11 pm
Just be 100% sure your select will only return 1 row. If it returns more than 1 it won't throw an error like the set clause you're probably more...
January 16, 2012 at 3:33 pm
Not that I'm aware of. I assign variables in a select statement if I'm working with multiple variables that can be retrieved in one pass. If I'm assigning...
January 16, 2012 at 3:21 pm
I've had to do this type of data scrubbing before. It can be a nightmare. I was able to take care of a lot of my problems using...
January 16, 2012 at 11:48 am
Lutz - will doing that break the xml structure at all? I had a requirement to add the encoding header to an xml file and I did it just...
January 13, 2012 at 3:23 pm
Is that Oracle sytax? Someone can correct me if I'm wrong but I don't believe this is valid sytax "referencing new as new_name for each row". New to...
January 13, 2012 at 1:49 pm
Curious to know what ever came of this. Hopefully Rambler can give us an update.
January 13, 2012 at 1:16 pm
See if one of these links helps you.
http://msdn.microsoft.com/en-us/library/ms191184.aspx
http://weblogs.sqlteam.com/mladenp/archive/2007/06/18/60235.aspx
January 12, 2012 at 7:37 am
Makes sense. I do this every so often when I want to test something on my local machine and have never had a problem with it.
January 11, 2012 at 8:06 am
Can you detail the steps you took before the restore and which versions of SQL Server and service pack levels you are on? I'm curious of this. I've...
January 11, 2012 at 7:27 am
brendan woulfe (1/10/2012)
GilaMonster (1/10/2012)
JagWalia (1/10/2012)
A. SELECT ROW_NUMBER() AS RN, CustomerName from Customers...
January 10, 2012 at 3:55 pm
GilaMonster (1/10/2012)
JagWalia (1/10/2012)
A. SELECT ROW_NUMBER() AS RN, CustomerName from Customers order by...
January 10, 2012 at 3:41 pm
Viewing 15 posts - 61 through 75 (of 163 total)