Viewing 12 posts - 271 through 282 (of 282 total)
Since your example works, then it must be that when you do a Print statement it is implicitly casting it to a varchar. Does this sound right?
November 16, 2004 at 6:21 pm
No it's not it...
Run this instead to see the difference between the printed value and the selected value
DECLARE @a as float(53)
SELECT @a = 367970.45
November 16, 2004 at 6:15 pm
Thanks for all the suggestions, I think Grasshoper's suggestion will be a possibility.
1. Local Temp table will not work because of concurrency issues.
2. Always creating the "extra fields". This would...
August 19, 2004 at 9:12 am
For Windows 2003 Microsoft only supports SQL 2000 SP2 and above. Why not upgrade to SQL 2000 SP3a?
July 15, 2004 at 10:56 am
Either one of two things is happening:
1. You still have a job or an application running that is attempting to login using the sa account, and fails.
2. Someone is trying...
July 15, 2004 at 10:51 am
The 1067 error is a general error meaning that a service has failed to start. I would check your event log to see if there is further information there, and...
June 30, 2004 at 3:36 pm
F.Y.I. UNC paths start with \\ rather than //
June 30, 2004 at 12:16 pm
I may be mistaken, but I do not know of any easy way other than deleting the users that are in the database that were from the original server and...
June 30, 2004 at 12:12 pm
I got a suggestion, quit your job as wanna-be DBA and go dig ditches for a living.
June 28, 2004 at 3:00 pm
It still shows up in the right-click menu, however if one of those non-sysadmin users tried to stop/start the service. They would receive an error message stating "Access Denied"! This...
June 28, 2004 at 2:13 pm
It still shows up in the right-click menu, however if one of those non-sysadmin users tried to stop/start the service. They would receive an error message stating "Access Denied".
Thanks,
June 28, 2004 at 1:25 pm
I agree that this contest is nothing more than brainless advertising for RedGate's product which sucks in the first place, due to the fact that it never includes constraints such...
June 28, 2004 at 1:05 pm
Viewing 12 posts - 271 through 282 (of 282 total)