Topics
Started by
Posts
Last post
I am trying to create a query that will count the number of incidents in a table. When I create th…
5 replies
DECLARE @sql AS VARCHAR(MAX) SET @sql = 'SELECT SRequest.SRequestId FROM dbo.vw_SRequest SRequest…
7 replies
I write an INSTEAD OF Trigger to do something before real deleting. e.g. TableA has ID which is Pri…
2 replies
Hi, I have two tables, on the basis of rules defined in one table i have to insert values into othe…
2 replies
Hi There, I am having some issues with my cursor/stored procedure/function. I run a cursor to take…
6 replies
After some wise words of wisdom ... Ive got this so far .... declare @linkedservervarchar(100), …
8 replies
Hi, I have CSV files which I'd like to load into a table using the function uftReadfileAsTable. (h…
9 replies
I'm trying to build a proc where I will use a datetime variable called @PaidThruRun in the Where cl…
10 replies
Hi, Steps in my sp goes like this:- declare @mytable table (a int, b int, c int); insert into @myta…
9 replies
I'm trying to optimize a top 50 accounts receivable report. Currently the report makes 51 calls to …
10 replies
How to store the url of an image using insert statement in sql server 2005? What is the syntax?
2 replies
Hi I have a database that stores information for all printers connected to our Corporate Network. I…
12 replies
Hi all - before I implement this trigger I'd like some review to ensure this is doing what I want i…
4 replies
Is it possible to have a second insert trigger (ie I all ready have one insert trigger that monitor…
3 replies
Hi, I have a query to check if any of the databases on the reporting server did not restore. I hav…
17 replies
Viewing 15 topics - 4,756 through 4,770 (of 12,230 total)
You must be logged in to create new topics.