Topics
Started by
Posts
Last post
I have a long running stored procedure for in which I would like to provide some processing milesto…
7 replies
I have a text file (fixed length) that I want to import into a table, but I need to only import rec…
7 replies
Is there a way to do an inner join on 2 tables where table a has data but table 2 does not. Exampl…
6 replies
I have 4 tables: empType, Emp, AccidentInfo, EmployeeAccident. EmpType describes 3 types of employe…
3 replies
Hi! Used this code for stored procedure: CREATE PROCEDURE dbo.blocks_history AS DECLARE @who_spid s…
6 replies
I need to do a group by that results in one row per patient but concatenates data rather than summa…
4 replies
I may have posted this question already. My brain has been a bit fried so please answer again, if …
2 replies
I have a simple question (I think). I am writing an update trigger and want to take action based on…
2 replies
i need to create a quarter function? Any one going to help me... Edited by - lital on 07/24/2003 0…
3 replies
I have 2 server name TDA and PDA. I would like to do a backup of my databases on PDA to TDA. Using …
3 replies
I found the posting titled "Execute DTS package using OA procedures" that executes a dts package bu…
1 replies
How do you transfer the remote login and password fields in linked servers to another server?
5 replies
Can the following SP be better written? There has to be! CREATE PROCEDURE dbo.spRef_GetCertificati…
16 replies
In Access I am opening the below procedure as a recordset and then processing the returned data: Wi…
1 replies
Can anyone suggest a good way to insert n rows into a table without using a cursor? Only one field …
9 replies
Viewing 15 topics - 14,926 through 14,940 (of 17,082 total)
You must be logged in to create new topics.