Topics
Started by
Posts
Last post
I ran the following script to copy data from fms_out_ct table into a text file at d:\fms\fms_out.tx…
3 replies
HI, I have a problem with a Stored procedure, this SP is for generate a temporary table or cursor u…
4 replies
We have been testing some Quarterly Reports coding. Basically calling records where dates fal…
6 replies
When i check the syntax off the following stored procedure all is well: CREATE procedure sp_Insert …
4 replies
Hello, Is it appropriate to use global variables such as @@Rowcount or @@Identity?? I've heard that…
3 replies
Environment. SQL2k on Win2k server I have a script that gives me the results I want.&nbs…
8 replies
need help with the sp below. CREATE Procedure dbo.sp_select_image ( @iNo int OUTPUT, @i…
2 replies
Oracle8i Has SQL commands which goes like this: DEFERRABLE INITIALLY DEFERRED ON DELE…
8 replies
Is it possibel to use an insert trigger for a table where you are inserting a set of rows from anot…
5 replies
I am trying to find a way to use a derived table instead of a temp table that is looped upon (avoid…
8 replies
I am looking for a way to limit users ability to deleting their own records from a table. There is…
4 replies
Dear All, I am using the bcp utility to export a table into a text file. The table looks like…
8 replies
Hello All, This is my procedure... My Problem here is ... i want to execute the Satement in Red ins…
7 replies
Good afternoon, We have an Oracle database that holds a table we need to pull over into SQL Se…
3 replies
I have a table with a column called displayname. Values like 'John' or 'John Doe' are fine; values …
8 replies
Viewing 15 topics - 11,176 through 11,190 (of 17,082 total)
You must be logged in to create new topics.