Topics
Started by
Posts
Last post
I have a block of code in my stored procedure that allows for dynamic ORDER BY. However, I cannot …
3 replies
Hello All, I have a SP which copies records from a table to the same table with new ItemID where ol…
1 replies
I’ve written a common table expression that combines complex information on staff movements, allowa…
11 replies
Hi, Hopefully someone can help me find the best solution to my problem. I have a report that a user…
3 replies
I have the following problem. I have a float value which can have a variable amount decimal placeho…
3 replies
Hi, How do I delete cascade child tables and logging the number of deleted records per child tables…
2 replies
Hello, Most of this code, I didn't write. I got the bulk of it off the net from some SQL forum. I…
5 replies
This works fine... declare @CurveId varchar(32) set @CurveId = 'selectall' Select * From ZeroCurve…
2 replies
Hi all, I am in the middle of a project for a bank and I face a challenge trying to resolve perform…
20 replies
Hello Everyone Someone was asking me how this may be accomplished. I told them to create a function…
7 replies
Problem: For each repair order I need to reference the previous repair for the same part and seria…
2 replies
Hi, I have the following table: create table dbo.Results (id int, ivalue varchar(1000)) insert in…
5 replies
If you have a 1->M table relationship, between tblMaster and tblChild table, how can you best wr…
20 replies
Hello Everyone, I am looking for some help with inserting data that is input into a single text box…
5 replies
I have a user defined function which has 2 parameters func_x (@A datetime, @b-2 int) When i give a…
2 replies
Viewing 15 topics - 4,261 through 4,275 (of 12,234 total)
You must be logged in to create new topics.