Topics
Started by
Posts
Last post
Hi, I have three tables - clients, messages, orders. clientid is the primary key for clients and cl…
3 replies
I'm a novice at writing SPs. This is for adding new records to all three tables. Here is what I thi…
4 replies
Hi, I'm currently using SQL Server 2000 and running the following test. I have a table, let's just …
2 replies
My fellow cubical mate just pulled a no-no on a table. He basically forgot his where clause a…
2 replies
here's my situation I have a text datatype field that I need to select into a file. When I do…
5 replies
I've been trying to find a decent way to do the equivalent of SELECT * INTO #MyTable FROM EXEC msdb…
7 replies
i went for the post of sql-server DBA. i was asked questions out of this questions i was unable to …
10 replies
Here is what I want to do: DECLARE @sType1Name varchar(50) SET @sType1Name = 'Typ…
5 replies
I want to concatenate muliptle row into single row. Is there a way without using cursor. e.g …
3 replies
Is there a way to read the registry on a remote computer? xp_regread does not appear to have a valu…
8 replies
I've been trying to troubleshoot a SP for 3 days now and still cannot resolve this. I need to …
4 replies
I have a table “tblItems” . I also have 3 table “attrSFloat”,”attrRFloat” and “attrString” that hol…
20 replies
that's all I want to drop a global temp table only if it's already created
9 replies
Not that it is a big woohoo or anything but I just found that you can do this SELECT * FROM FinCent…
4 replies
I’m writing an import process for a huge file and I’m having some problems. The end user wants man…
2 replies
Viewing 15 topics - 11,281 through 11,295 (of 17,082 total)
You must be logged in to create new topics.