Viewing 15 posts - 706 through 720 (of 1,195 total)
Multiple post - see http://www.sqlservercentral.com/Forums/Topic1509192-391-1.aspx
October 29, 2013 at 2:03 am
Multiple post - see http://www.sqlservercentral.com/Forums/Topic1509192-391-1.aspx
October 29, 2013 at 2:03 am
Multiple post - see http://www.sqlservercentral.com/Forums/Topic1509192-391-1.aspx
October 29, 2013 at 2:02 am
You've already got the pseudo code for these which is a good start.
My first question is, is the stored procedure the best place for doing this - would it be...
October 29, 2013 at 2:01 am
Have you checked the locale on the client PC (where the excel file is being opened)?
October 17, 2013 at 1:21 am
No problem - glad to see you are sorted.
October 17, 2013 at 1:13 am
You're welcome - I try to keep everything simple - it makes life easier for the next guy!
October 16, 2013 at 1:53 pm
Try this :-
convert(CHAR(10), getdate() ,120)
I think it might suit what you're trying to do
October 16, 2013 at 3:43 am
T.Ashish (10/15/2013)
Why it returns 1 ?
ISNUMERIC returns 1 if the value could be interpreted as a number and 0 if it couldn't. The three examples in the QOTD gave 1...
October 15, 2013 at 12:56 am
Jeff Moden (10/5/2013)
I love the penis enlargement ads... they're written proof that I don't have anything to worry about. 🙂.
Sorry Jeff - the best one I ever got was :-
Dear...
October 5, 2013 at 4:12 pm
Hi,
I've had this problem too. The way that worked for me was to create another variable, populate this with you variable then use that for the email e.g.
declare @Message varchar(500)
set...
October 4, 2013 at 1:05 am
The reportserver data base execution log table shoud have the info you're after
September 28, 2013 at 3:33 am
Clive Strong (9/26/2013)
I've only really used SQL Compare and SQL Data Compare and both tools are awesome.Easy to use and can be absolute life savers!
Completely agree. Also I second the...
September 27, 2013 at 1:06 am
Reading between the lines of what is going on in my company, I may well be writing the training manual for a support company to take over my job. We...
September 26, 2013 at 8:25 am
John Mitchell-245523 (9/26/2013)
September 26, 2013 at 8:17 am
Viewing 15 posts - 706 through 720 (of 1,195 total)