Viewing 15 posts - 16 through 30 (of 94 total)
Thank you...I will dig into this thread right now...
July 19, 2010 at 2:55 pm
arslan_ch (5/27/2010)
If you just have SAV file then you will need API...
May 27, 2010 at 9:48 am
Julio J. Bueyes (5/25/2010)
May 26, 2010 at 7:53 am
this article gave me an idea about the problem I'm working on....Most of all, I like the way the article is presented.
April 12, 2010 at 8:30 am
GilaMonster (3/10/2010)
RJ-476420 (3/10/2010)
Moreover, count(*) uses the table scan but a primary key is indexed & will never have a NULL value.
No it won't.
Count(*) scans the smallest index on the table...
March 10, 2010 at 7:28 am
Chris Morris-439714 (3/10/2010)
However, I'd suggest that, since you can't (and shouldn't be able to) use MAX() by...
March 10, 2010 at 7:27 am
lmu92 (3/9/2010)
But considering it's the primary key I'd say COUNT(*) would work as a...
March 10, 2010 at 6:35 am
Updating the contents of a file is a research question. Moreover, it depends on your requirements to update it through sql server or do it directly.
The part I have questions...
August 28, 2009 at 8:30 am
It looks to me that the files reside in a windows folder like any other file which you can indeed rename or delete but when you try to run a...
August 28, 2009 at 8:18 am
I'm confused. What do you mean by "lock"
Prevent changes?
You can remove update permissions from the table, or the column, for a user/role.
We have a tool that will scan through...
June 1, 2009 at 7:52 am
Test it and find out, in a dev database. That's what I'd do. If it actually matters which it will do, is there a reason to not use begin...commit?...
April 24, 2009 at 7:38 am
beautiful. Thanks, Brad.
I had the same code in my mind but was unclear if I can use them. Cascade delete is not an option for me. As we dont have...
April 15, 2009 at 8:52 am
Great example, RJ. Of course, A specific answer will be dependent on the specifics details of your requirements. For instance is "msdb.dbo.sp_send_dbmail" really a business requirement or is it just...
April 14, 2009 at 3:08 pm
RBarryYoung,
I would like to see how you can eliminate using a CURSOR or WHILE loop for sending emails using "msdb.dbo.sp_send_dbmail". My requirement would be to send email notifications to managers...
April 14, 2009 at 8:03 am
Thanks, Steve.
We actually disabled the default trusted connection for testing purpose thinking we had the sa password. but unfortunately we didn't hence we had this problem. we disabled the trusted...
April 7, 2009 at 8:15 am
Viewing 15 posts - 16 through 30 (of 94 total)