Topics
Started by
Posts
Last post
Is it possible to extract a data in one query? table id | user_id | punch_in | punch_out | 1 1 …
1 replies
I have 2 tables: Customers with: CustomerID (PK) and CustomerName Orders: OrderID and CustomerID (F…
3 replies
DepartmentIDDepartmentName 1Human Resources 2Information Technology 3Marketing 4Legal Table: D…
4 replies
I'm trying to pass multiple records into a stored procedure and insert them into a table. In the pa…
1 replies
Hello everyone, I have a variable called @ColumnName which contains the name of a column (ie Produc…
3 replies
Hi, Every hour i have files that get copied from one location to another and renamed with adding a…
7 replies
Hello All! Forgive me if this is in the wrong forum but it seemed to fall between a few... I have a…
6 replies
Is there a way to move the following Recursive Query and make it a View: With downline (ConsultantI…
4 replies
Hi I have a table with one column Shop Name --------------- 123 Shop #56 Shop @shop-2 Astar Shop B…
4 replies
I am running the following statement: SELECT cast(field1 as varchar(10)) as field1, cast(field2 as …
5 replies
I have the following code: -- Declare the Downline Recursive Query With downline (ConsultantID,Effe…
9 replies
Hello everyone, VB 2005 has a For Each which you can use to loop through columns in a datatable/dat…
5 replies
Hi all, I've been working with SSIS 2005, to import a user created Excel file into a table. The pro…
8 replies
i have 2 tables. one is conference attendance and the other is conference info. one table has sep…
5 replies
Hi, I am asked to make a report where the user can view the number of items they have bought daily…
2 replies
Viewing 15 topics - 10,816 through 10,830 (of 12,234 total)
You must be logged in to create new topics.