Topics
Started by
Posts
Last post
hello all urgent With relationships defined between tables, is there a way to…
9 replies
Hi all, I'm trying to update a column on with the results of stored procedure. I'm trying to do som…
7 replies
Hi, I was wondering if there are any pros and cons of using begin tran and commit tran in ADO.…
11 replies
I want to generate a Batch ID in an Insert Trigger. This Batch ID is the Primary Key of the Ta…
7 replies
All, I written the following code and just don't see what the problem is. Running it on SQL 2005. s…
11 replies
Hello Everyone, We receive this error with ADO.NET: The query processor could not produce a query p…
1 replies
Or am I plain stupid? The problem: Create a table: create table dbo.Numbers ( Number1 &…
15 replies
I'm using a self incrementing loop on a table which I do quite a lot to process some data, however,…
5 replies
I have client tools installed on my pc and I created serveral dts packages and saved them on the sq…
10 replies
Hello, I have two Tables T1 and T2. I want to update some of the values of T2 based on the values i…
1 replies
Please give me a solution for the below specified problem Am creating a database application using …
5 replies
When I run the following query on the pubs database: select 'this book at top of the list' AS 'main…
7 replies
DECLARE @lTable TABLE (LastName varchar(100), City varchar(100)) insert into @lTable values ('Gates…
5 replies
Hi, Please look at the following script. The script completes after one minute and displays all out…
2 replies
I need to join two tables customers and ridedates. Each Customer may have taken one or more rides, …
1 replies
Viewing 15 topics - 1,471 through 1,485 (of 4,455 total)
You must be logged in to create new topics.