Viewing 15 posts - 1 through 15 (of 102 total)
I already have a SP which generates unique IDs. But i cannot use that SP in INSERT INTO ... SELECT statement as SP cannot be used in selects. So I...
August 12, 2004 at 2:14 pm
Hi... Isn't there any simpler method. May be by using some other stored procedure or function to do the same task?
Because most of the shared servers do not allow use...
June 24, 2004 at 4:37 am
Download link :
http://www.microsoft.com/downloads/details.aspx?FamilyID=b352eb1f-d3ca-44ee-893e-9e07339c1f22&DisplayLang=en
Microsoft SQL Server Best Practices Analyzer is a database...
June 16, 2004 at 9:14 am
it is jst a "note". You can ignore it.
If you use hfnetchk from Shavlik. It will show you something like:
* SQL Server 2000 SP3
NOTE ...
October 7, 2003 at 7:31 am
Hey Thankx A TON!
I shall test this code out tomorrow morning ie abt 10 hrs from now! and get back to you.
I shall try and get the other part of...
July 25, 2003 at 12:37 pm
CREATE PROCEDURE sp_calculate_depreciation_slm
(
@session_id varchar(100),
@asset_code varchar(50)
)
as
/*
-----------------------------------------------------------------------------
Author : Paras Shah ...
July 24, 2003 at 12:19 pm
I know it is a hard decision to take to use cursors. But there had been no other solution for me. I have to take data from one row and...
July 24, 2003 at 11:59 am
I am not at all using any kinda of Transactions.
Cursors are important for me as I need to fetch rows, calculate the output and update them.
It would not be possible...
July 23, 2003 at 11:48 am
Its a good practice to return only error codes using return (RETURN @@ERROR). All other values to be returned should be done using OUTPUT variables.
July 23, 2003 at 11:09 am
Sorry forgot to mention... I am using SQL Server 2000
Paras Shah
Evision Technologies
Mumbai, India
July 23, 2003 at 10:49 am
Any issues with speed. If I have 100 users connected to MSDE and 100 users connected to SQL Server then whats the performance differemce?
quote:
April 18, 2003 at 1:44 pm
Thats great to hear. Good luck!
quote:
We're looking at ideas for different search engines as well. Not that full text search is bad...
February 14, 2003 at 8:56 am
.. meant to say the html form to be included on the same page.
thankx for replying so quickly :)!
Paras Shah
Evision Technologies
Mumbai, India
February 13, 2003 at 9:44 am
Thankx a ton. It would be great if the same search would appear on the footer of every page on the forum.
quote:
Try...
February 13, 2003 at 9:29 am
True. This site is slow, but I dont mind waiting for a few seconds to get my queries sorted out.
Just one request to the site owners, could it be possible...
February 13, 2003 at 9:19 am
Viewing 15 posts - 1 through 15 (of 102 total)