Viewing 15 posts - 46 through 60 (of 311 total)
Lynn,
Your suggestion is interesting.
I had never used SAVEPOINT before.
For beginers though, this is more rope to hang themselves with ...
We are truly entering territory for the brave.
March 12, 2009 at 1:44 pm
Yup !
If Tran_2 is within Tran_1, then rolling back Tran_1 also rolls back Tran_2 even though Tran_2 has been committed.
This is the whole concept of @@TRANCOUNT.
March 12, 2009 at 1:41 pm
Babar Javaid (3/12/2009)
What other ways that i can use to generate the reports for 5-10 million records.
The report may have to sort through 5 million records but just to find...
March 12, 2009 at 1:20 pm
I was talking about using the bcp utility, accessing the file system, generating Excel spreadsheet.
Yes, this was in SS2K, not SS2K5 of course -- now less and less appropriate to...
March 12, 2009 at 1:01 pm
JacekO
Is the OUTPUT parameter better than using a return value ?
Of course if you need more than one value, then this is not readily doable with a single-valued return...
March 12, 2009 at 12:50 pm
I agree with the suggestions made.
For instance, I had this ridiculous instance where I was using Crystal Report version 8 to generate the TOP 10 most popular items from an...
March 12, 2009 at 12:46 pm
Steve Jones - Editor (3/12/2009)
March 12, 2009 at 12:30 pm
JackedO
Agrred.
I have this one case when closing a work order to assemble and deliver merchandise to a customer. The stored proc creates one invoice per store in the chain.
IF a...
March 12, 2009 at 12:24 pm
You should also have a look at a related issue:
How do I secure a SQL Server extended stored procedure?
Written By: Edgewood Solutions Engineers -- 9/14/2006
http://www.mssqltips.com/tip.asp?tip=961
Regards
March 12, 2009 at 12:15 pm
-> JacekO
3. There is an issue realted to passing the data between ths SPs. Remember whenever you use OUTPUT parameter to retrieve a piece of information from the called...
March 12, 2009 at 12:04 pm
Beginners should be aware that the examples given above are just for illustrative purposes.
There is no point in encapsulating a single UPDATE statement alone in a transaction. The UPDATE statement...
March 12, 2009 at 12:01 pm
GilaMonster (3/11/2009)
barcode (3/11/2009)
Everyone's been telling me that Index Tuning Wizard is the best thing since sliced bread but I've also been having my doubts lately!
Personally, I don't use the...
March 12, 2009 at 10:42 am
Bob Hovious (3/11/2009)
March 11, 2009 at 2:22 pm
Ach soooo ...
How about next time YOU have to debug SQL statments embedded in the application code. The genius could not code it like
SELECT Customer_Name, Customer_Code, Customer_Alias FROM Customer
Of course...
March 11, 2009 at 2:12 pm
Viewing 15 posts - 46 through 60 (of 311 total)