Topics
Started by
Posts
Last post
Hi! I am trying to select records between July 1st 2011 and August 14, 2011. I am not returning any…
6 replies
Hello I have build this cursor that work correctly, but i need to changing then to out an IF condit…
10 replies
I need to implement trigger on INSERTION and insert the same record to another table but a column v…
5 replies
I want to eliminate ('withdrawn','Discontinued','Matured','Withdrawn from Public') from the resulta…
4 replies
Hello, I have already a trigger that sends us a mail when a new database is created (some of our us…
4 replies
Hi SSC, I have a table containing prices for certain stock prices, and dates upon which their share…
4 replies
I have a query I'm trying to write where we have a scheduled event that occurs x number of days. We…
10 replies
CREATE TABLE #temp ( ID INT, FirstName NVARCHAR(100), ) INSERT INTO #temp SELECT '1','A' UNION ALL …
5 replies
Hi I'm looking at using Merge which I've never used. I've achieved Auditing before with an After tr…
13 replies
Hello! I have a rather complex data integration challenge I'd love some input on. The scenario is a…
1 replies
Prd_IDProduct_nameProduct_CodeCode_Type Product_Type cost_CP 1 UNLEADEDABD00C…
8 replies
I have build database script, and one part of them is to insert data, so I have multiple insert sta…
4 replies
Hello, I'm new to these forums & need some help putting together a T-SQL query for selecting s…
10 replies
Ok Long story short, I am running out of Identity values on two tables (different databases) but ve…
43 replies
So I have a table with several UniqueIdentifier columns. I am exploring the database to get a handl…
1 replies
Viewing 15 topics - 4,996 through 5,010 (of 10,640 total)
You must be logged in to create new topics.