Topics
Started by
Posts
Last post
CREATE TRIGGER tr_1 ON dbo.mytablename AFTER UPDATE,INSERT AS INSERT INTO table1(col1) SELECT InsRe…
5 replies
I tried function top 80 percent i sorted desd, but it still get some unwanted records. 6020% 5…
12 replies
I have the following fields in my table. UserName DateTime Action abc 22/1/2011 …
2 replies
I have got a column with data like 12345 0047225P1 I need a query to select 0047225 as serial numb…
8 replies
Hey all, got an odd issue we've been working to track down. Here's the summary, followed by some su…
5 replies
Can anyone please advise how to change the rollover size threshold for an existing SQl Profiler tra…
4 replies
I have the following fields in my table. UserName DateTime Action abc 22/1/2011 …
3 replies
Hi , Can some one help me with the below issue. I got a Table with one Column with data like ABC$$$…
4 replies
Hello all, I am having issue with this query use ERCOT SELECT sp.station_code ,sp.load_…
4 replies
Hello. I'm trying to restore a database from a file on a co-worker's machine. When querying the dat…
2 replies
I need to alter the following code: DECLARE @SalesDECIMAL (18,2) DECLARE @CommissionDECIMAL (…
7 replies
Hello all, I am getting error when I use order by clause in stored procedure. It is saying incorrec…
10 replies
I have the following fields in my table. UserName DateTime Action abc 22/1/2011 …
6 replies
hi, In my table having 3 columns id product1 product2 sumofproducts …
1 replies
Hi, I have an aggregate function which is using external DLL. The function looks like below CREATE …
3 replies
Viewing 15 topics - 6,871 through 6,885 (of 10,635 total)
You must be logged in to create new topics.