Topics
Started by
Posts
Last post
How can i get the result of any dynamic Query created in the varibale Example: Declare @Temp int Se…
12 replies
While Debugging the SP from Query Analyser, if I put the Break Point & then execute the SP by …
3 replies
Hi to all, I need to know is there any way to aggregate the strings in a group for example i have t…
7 replies
Hi, I want to generate a sequence number which is not affected by concurrent insert. Previously, I …
16 replies
Hello Friends! I have a trouble to get specific row and column when updated, inserted or delete…
3 replies
Hi all, I am just starting to do some things in SQL Server and one of the things I am tasked with n…
3 replies
Alright, I have been writing SQL a long time and never ran across this yet. I have a query that is …
4 replies
Hopefully someone will ne able to know what I'm after. I would like to be able to write a SQL store…
4 replies
declare @varUser_Name as nvarchar(30), @varPassword as nvarchar(50) set @varUser_Name = 'Brain Preg…
6 replies
I have 3 tables, the table of Products the table of currency and the table with Customers,arrangeme…
2 replies
Dear all, I am new to SQL Server. My previous experience in RDBMS is with Informix. What I would …
1 replies
Dear friends need some idea on replication. we have an application in our office MSDE8 as backend a…
6 replies
I have a table named Test_Results that contains A_Test_Result which is related to an equipment tabl…
3 replies
I have a stored procedure sp_A that calls another stored procedure sp_B using EXEC. sp_B returns a …
5 replies
hi all, DECLARE c1 CUROSR FOR SELECT AMOUNT, POINTS, ROUNDING, MAXPOINTS FROM POINTS_DETAILS …
3 replies
Viewing 15 topics - 13,921 through 13,935 (of 17,082 total)
You must be logged in to create new topics.