Topics
Started by
Posts
Last post
Hi, I have this procedure, that does a lot of processing, from an input file. It loads the file, do…
11 replies
DECLARE @idoc int DECLARE @doc varchar(1000) SET @doc =' ' --Create an internal representation o…
1 replies
I have a stored procedure that does a simple calculation based on a case statement. When I run the …
2 replies
Hi to all I just want to information is that Applying the transaction objects in Stores procedure …
3 replies
I gathered some code from David Jackson's site and made a Stored Procedure out of it. This code ret…
6 replies
WITH DirAgent(AccountID, Number_of_Accesses) AS ( select AccountID,count(*) from account_log_BAK …
4 replies
Hello! I'm a T-SQL stored procedure novice and I got all proud of myself when I wrote this script u…
10 replies
Hi What im trying to do is build a menu in asp.net/SQL 2005 backend all examples are that the paren…
3 replies
I have a SQL script that runs statements that is enclosed by TRY-CATCH construct, it is part of SQL…
1 replies
Hi All I hope you can help me with the following query. It’s quite complex query and I’m sure that …
9 replies
Hi, i want to deny structural changes on a database. DML must be allowed, DDL not. I do this, like …
1 replies
hi, i want to monitor list of queries fired on any table ...a kind og log i know this could be don…
6 replies
How to create one application to execute a SSIS package ?
1 replies
I have a table called config_itemi. It has a single indentity column (pk_auto_id). I have a user …
4 replies
I am having what appears to be a replication problem. What I am currently doing is checking for ch…
1 replies
Viewing 15 topics - 8,956 through 8,970 (of 12,234 total)
You must be logged in to create new topics.