Topics
Started by
Posts
Last post
I posted this in the 2005 forum earlier - hopefully its not a problem to repost it here. My apologi…
2 replies
Hi, I have a table including 2 fields "AccountNo" and "AdmissionReason". These two fields are one p…
2 replies
For some reason this code works in one example but not the other! In the examples below, the column…
4 replies
I have a standard file that I need to import to an existing table structure, basic DTS, no transfor…
1 replies
Can anyone explain why this code returns errors: DECLARE @d1 datetime, @d2 datetime SELECT @d1 = '…
12 replies
I need to write my trigger to determine the changes at the field level, not the row level. Ho…
3 replies
Hi, I have a query that takes an average of 5 seconds to return results. If I remove the two OR st…
10 replies
Hi guys! Is there a way to get the parameters and the corresponding data types of each parameter fr…
3 replies
hi firstly i dont know where to post the topic i have posted in two place's hi i need to run a big…
8 replies
Hi, I have a dynamic query like this: Declare @Qry As VarChar(1000) Set @Qry='Select ' + @col1 + ',…
5 replies
We have a table that looks like : Part, QtyBreak, Price p1, 100, 5 p1, 200, 3 p1, 1000, 1 p2,…
3 replies
The following code: SELECT COALESCE(P.PatientId, '') AS PatientId, P.FirstName +…
3 replies
i need help on this Three Tables are as follows GE_Transaction , GE_Claim , GE_Reserve. Columns in …
2 replies
Any idea how create script to add login and give Read only access to entire DB to one of the n…
1 replies
I have this stored procedure here. I want to get the course average by course,cost center. as you c…
12 replies
Viewing 15 topics - 5,311 through 5,325 (of 17,082 total)
You must be logged in to create new topics.