Topics
Started by
Posts
Last post
I know there have to be at least a few out there... Does anyone have a T-SQL script to generate the…
15 replies
I want to insert a whole chunk of records at one time, based on some data being pulled from another…
2 replies
Hi, how can I create a query that is always looking for if a table exists or not, by a DTS
4 replies
hi I have table like ID NAME --- ------ 1 aaa 1 bbb 1 ccc 1 …
4 replies
By: OTF
I am trying to teach myself SQL Server, MS Press book shows how to create a linked server, but neve…
5 replies
I am looking for suggestions/ideas to concatenate row values without using a cursor or CLR. Basical…
8 replies
By: GSquared
hi I want a sql query for a stored procedure that take 2 input paramters (image,and varbinary) and …
7 replies
I have a table employees with fields empno (PK), name, office. Another table postings with fields s…
20 replies
By: ps.
Hi i have two tables, TABLE1 SIDSNAME 1SAM 2RIG 3MAT TABLE2 DATEIDPRICE 1/1/1113 1/2/1214…
5 replies
Hi, I need to search a keyword from all databases using sql query or procedure. (Ex: Suppose if i …
3 replies
Scenario: table called EmailAddresses and the columns ID (int) and EmailAddress (varchar(100)) Que…
3 replies
By: ps.
I am using @@IDENTITY to determine the ID of the last inserted value in a table (Table1). I use th…
5 replies
Lets say I have a "date" column (PK one row per day) and a "item" column (1 of 10 different items …
7 replies
System: I have 50 jobs recurring every 10 seconds to concurrently update a 5000 row table called Cu…
44 replies
Hi Friends, I need some help with a query. I have a table Test that stores the marks of students. …
1 replies
By: GSquared
Viewing 15 topics - 6,286 through 6,300 (of 12,230 total)
You must be logged in to create new topics.