Topics
Started by
Posts
Last post
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
I'm not sure if this can be done. I'm trying to develop a method for applying scripts, where the da…
4 replies
[font="Comic Sans MS"]Hi all, I am writing a query that will pick data from only one table and base…
14 replies
I have an existing calendar table (see below) and am trying to update a new column with the text 'Y…
6 replies
Hi all, I have a BIGINT where the first 8 bits contain one number the next 28 bits contain a second…
8 replies
Viewing 15 topics - 4,261 through 4,275 (of 12,230 total)
You must be logged in to create new topics.