Topics
Started by
Posts
Last post
create table test (A1 int identity(1000,1),A2 int,A3 varchar(100)) INSERT INTO Test (A2,A3) SELECT …
4 replies
I am new to sql server and would appreciate any assistance in creating an update trigger. I have a …
7 replies
Hi all, I am using OPENROWSET statement to access data from a remote server. [font="Courier New"]se…
1 replies
HI All, I am reviewing code and I have seen a staff member use a very interesting method for callin…
3 replies
Plz Help me I have a store procedure Problem is that i have three table class,classSubject_Relatio…
4 replies
Hi, How can I pass the linked servername as variable in the stored porcedure.? I have multiple link…
1 replies
The problem I have is matching redundant data between two tables. Both tables MyTable_A and MyTable…
3 replies
I have an XML datatype field that management wants a "simple report" from. There are seven differen…
3 replies
I'm screwing around with a few different data sources, and started normalizing the data by country/…
8 replies
Hello, I found this code on the net for uploading images into SQL Server tables using T-SQL. Looks…
2 replies
i have a text file i am importing, using bulk insert but there is a strange character at the end of…
13 replies
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
Viewing 15 topics - 10,801 through 10,815 (of 12,230 total)
You must be logged in to create new topics.