Viewing 15 posts - 5,641 through 5,655 (of 14,953 total)
No. It's because Money only goes to four decimal places.
If you simply divide @m by 1000 (in the sample provided), you'll see it cut off the final digit, because...
December 15, 2010 at 1:47 pm
Not sure what you mean.
If you want to lock down the contents so nobody can access it, you can that through the security rules. You'll start getting error messages...
December 15, 2010 at 1:43 pm
I'd have to see table designs and sample data before I could even begin to critique this.
December 15, 2010 at 1:41 pm
Kit G (12/15/2010)
Lynn Pettis (12/15/2010)
Now I may be...
December 15, 2010 at 1:38 pm
I don't like to mess with the master database if I can avoid it.
Creating user objects in there creates a liability with regards to backup and recovery planning.
December 15, 2010 at 12:44 pm
I don't know if you can do it in Profiler, but I know traces can do it, so I assume Profiler can (since it's just a GUI for creating a...
December 15, 2010 at 12:43 pm
What I do for that kind of thing is create a database called "Common", and then call the function with "Common.dbo.MyFunction()" from anywhere on the server.
December 15, 2010 at 12:19 pm
Those are stored in system tables in msdb.
December 15, 2010 at 11:02 am
Alvin Ramard (12/15/2010)
GSquared (12/15/2010)
jcrawf02 (12/15/2010)
Don't you find it annoying when someone is catching up on The Thread and posts multiple responses to old topics? I know I sure do....sheesh:-P
Darn! ...
December 15, 2010 at 10:04 am
Steve Jones - SSC Editor (12/15/2010)
December 15, 2010 at 10:03 am
Have you tried using the "sys.all_objects" view?
December 15, 2010 at 9:59 am
jcrawf02 (12/15/2010)
Don't you find it annoying when someone is catching up on The Thread and posts multiple responses to old topics? I know I sure do....sheesh:-P
Darn! Now I'm going...
December 15, 2010 at 9:58 am
You can modify that sys.all_columns query to look for different things. Perhaps "name" instead of "address" would allow you to find a table of companies, including their names? ...
December 15, 2010 at 9:09 am
Okay. You may need to add some delays between alerts then. It looks like you're filling up the queue by calling it too many times in too short...
December 15, 2010 at 8:47 am
webin (12/14/2010)
Yes all the data is in different tables...except client info is...
December 15, 2010 at 8:44 am
Viewing 15 posts - 5,641 through 5,655 (of 14,953 total)