Topics
Started by
Posts
Last post
UPDATE TABLE_A TA Set TA.op_datetime = TB.op_datetime where TA.key_id = (SELECT TB.key_id FROM TB) …
5 replies
I'm having trouble getting the current database name when calling a stored procedure. My stored pro…
3 replies
Hi all. I am using the Stored Procedure below, which I found on the SQLServerCentral website, and i…
2 replies
I have the following script that I'm trying to use to grant execute permissions (to user named intr…
3 replies
I have a Procedure for search clients. User can give name, lastname, phone and so on but some of th…
4 replies
IHello All I hope that your day is going well. I have a question concerning table names and the sin…
1 replies
I currently have a DTS Script Task that creates and opens a cursor that passes 4 variables int…
9 replies
I have a batch file which contains an OSQL statement which executes a SP saving the output to a for…
1 replies
This got buried in another thread I started, and I wanted to give it a little more attention: Is th…
4 replies
I am having a strange problem. I have created a Linked Server to link SAGE Line50 data (using…
2 replies
need help with my PROCEDURE how can i do this ??? USE [sidor_mdb] GO CREATE PROCEDURE [update_main_…
9 replies
I created a Execute SQL task to run a store procedure. The store procedure inserts a number of dat…
4 replies
Inside a SQL2K DTS package, there is a global variable called "Status_Ind", which is a bit.&nb…
3 replies
I was recently reviewing the Books-on-Line relative to a project I am working on that deals with bi…
2 replies
I have 4 tables with same column and data type and Student_ID is PK. I need to pull non duplicate r…
5 replies
Viewing 15 topics - 12,301 through 12,315 (of 17,082 total)
You must be logged in to create new topics.