Topics
Started by
Posts
Last post
I have created two tables that are called ReceiptAuto and Receipts. In both tables is a field…
2 replies
Does anybody have code to generate SQL Insert statements that can be used, for example, for tr…
3 replies
Hi, I now that i can use sp_helpextendedproc to get a list of all SPs. However is there anyway to g…
1 replies
Ive lost the plot this morning completely I havea single table which holds the ROW Ids, Im Trying t…
4 replies
Is it possible to use a local variable with an IN statement as follows declare @local set @local = …
3 replies
Hi I have a table which has values Description &nb…
8 replies
I am trying to formulate some T-SQL to update a new column in a sub-customer table (cCustCode) with…
1 replies
What SQL code will give me a list of all users and their password ? Example: JohnDoe - Pass54…
3 replies
When I try to excecute Sp having nested sp calls I got following error . is there …
2 replies
The problem is, There is two tables A and B. Both table has two fields F1 and F2. 96 records in A. …
3 replies
Dear All, Can i change the where clause operator dynamically without using dynamic sql i want to sw…
4 replies
hi, It doesnt work, why? declare @datesvarchar(6) set @dates = 200408 select * from op…
2 replies
Dear Forum, I have a long table of data (see example below) with multiple records for each per…
2 replies
Can anyone explain to me the behaviour of these 3 bits of SQL, they are all the same, but the preci…
2 replies
Hi, I am having problem with RPC:Starting delays i.e. our application calls an SP many time (it may…
2 replies
Viewing 15 topics - 11,911 through 11,925 (of 17,082 total)
You must be logged in to create new topics.