Viewing 15 posts - 46 through 60 (of 198 total)
Hi All,
Been off for a week.......
Is this thread still live?
Have fun
June 30, 2005 at 10:16 am
Hi Ann,
Could you please post the CAST and CONVERT statements that are actually giving you the error.
Have fun
June 27, 2005 at 2:29 am
Hi Sansan,
A little more information would be required before most people in here would cast an opinion.
Databases on same servers? Tables and structures, information required from each, key values,...
June 17, 2005 at 4:32 am
My vote goes with Paul, this kind of task is what DTS thrives on.
Have fun
June 13, 2005 at 5:00 am
Hi Remi,
This has been great reading. I didn't execute the first code snippet as you said (though I did paste it into QA, seperate and comment it all so I could...
June 10, 2005 at 8:26 am
Hi Farrel,
Still working with the dynamic stuff then, good man.
A bit late in this thread I know but......
It's always well worth just doing a PRINT LEN(@DodgyVariable) just to double check...
June 7, 2005 at 2:50 am
Hi All,
Is this not a silly date comparison issue?
Have you tried CASTing or CONVERTing both dates in your WHERE clause?
Just a thought, haven't tried it yet.....
Have fun
June 7, 2005 at 2:35 am
Hi,
Have you checked the settings of the linked server in Enterprise Manager under Security -> Linked Servers.
If any of the settings in here goes out, it affects all Linked...
May 27, 2005 at 3:14 am
Hi,
I am about 99.9% certain it isn't possible.
Could you give us an idea of the problem you are trying to solve here.
You need to do a lot of research...
May 27, 2005 at 3:04 am
Hi Guys,
As a simple solution, would it not have been easier to just use a DTS package to pump the data into excel - sorting through it in small bits on...
May 27, 2005 at 2:48 am
Have you not looked at using DTS for this task? Seems like it's exactly what DTS was made for.......
Have Fun
May 24, 2005 at 2:50 am
Hi Gihan,
If you find you have no other options than to step through using a loop and nested loops. You are better off not using cursors.
Example of a cursorless...
May 12, 2005 at 3:25 am
May be of some use:-
http://msdn.microsoft.com/archive/default.asp?url=/archive/en-us/dnarsqlsg/html/msdn_interntl.asp
May 9, 2005 at 3:54 am
Excellent - here to help matey
Have fun
May 5, 2005 at 9:02 am
Hi Mark,
Your Dynamic SQL looks fine in the main.
Only problem I can see is:-
It handles @iProvinceID > 0 AND @iPatientFilter >= 0 perfectly.
Any other result will cause it to...
May 5, 2005 at 3:35 am
Viewing 15 posts - 46 through 60 (of 198 total)