Viewing 15 posts - 4,696 through 4,710 (of 5,590 total)
Lot's of good questions Roy.
As one of the people that does have certs, I like them. I know that I meet the minimum standards for being a MCDBA / MCIPT...
March 3, 2010 at 6:59 am
Lowell,
This works for me...
declare @input varchar(max)
--set @input = char(13) + char(10) + '
set @input = '
--for users who are too lazy to type "SELECT * FROM" ...
March 2, 2010 at 11:10 am
Okay, try N <= len(@input). It doesn't fix your issue, but it does now work on the whole string.
March 2, 2010 at 11:05 am
Lowell,
If you substitute this for the end of your code, you will see that @input does not end with a CRLF... just a CR. Maybe this is it?
...
March 2, 2010 at 11:00 am
Exactly what I was thinking. (also didn't like 4 updates going on...)
February 25, 2010 at 10:41 pm
The "correct" answer doesn't have a column in the where clause... how can that be SARGable?
February 25, 2010 at 10:38 pm
ray-SQL (2/25/2010)
Try this, not sure it handles all of your scenarios, so more sample data would be good. But it is working for what you given us.
I've modified what you...
February 25, 2010 at 9:53 pm
ray-SQL (2/25/2010)
Try this, not sure it handles all of your scenarios, so more sample data would be good. But it is working for what you given us.
It's looking good to...
February 25, 2010 at 9:23 pm
callum.bundy (2/25/2010)
After having a discussion with someone regarding how SSMS organises databases in the list (i.e. alphabetically) I was wondering if anyone had ever created an addon for it that...
February 25, 2010 at 9:07 pm
Daniel Hallam (2/25/2010)
February 25, 2010 at 9:05 pm
Asha.Richardson-1129890 (2/25/2010)
Basically, your change worked as long as I put in a few column names, but when i just ran your query, I got this message:
Msg 421, Level 16,...
February 25, 2010 at 9:02 pm
GilaMonster (2/25/2010)
Compat mode is controlled by the current DB context, not the source and destination of the data
Okay, I made it through the day and finally learned something new! Good...
February 25, 2010 at 3:21 pm
Asha.Richardson-1129890 (2/25/2010)
February 25, 2010 at 3:14 pm
dbaltazar (2/25/2010)
The sample data already given is realistic but I'll work on getting more.
This would be appreciated.
AcctID+FundID are the key between the 2 tables.
Okay, understood.
I want to loop thru payment...
February 25, 2010 at 10:58 am
Yes... and all of your sample data is for 1 account, and 1 fund, on one date. How do we tell that the $75 payment goes to the first pledge,...
February 25, 2010 at 10:41 am
Viewing 15 posts - 4,696 through 4,710 (of 5,590 total)