Topics
Started by
Posts
Last post
I am trying to take a field that has part of a date in it, so I have to parse it out as follows: SU…
9 replies
I have a few questions about the following t-sql 2008 r2 sql code listed below that is calling a st…
3 replies
I have view somthing like Create view All_employee AS SELECT Emp_Name, Emp_code FROM dbo.Empl…
7 replies
i have an source file and i have to load it into the data base by changing datatype of the…
1 replies
Hi All, I'm trying to take a portion of a stored procedure and perform a union with another table I…
13 replies
I have to create a report and I want all activity for the previous month. I need to calculate the F…
3 replies
Good Morning All, I was looking for advice/help on how to count the number of values that exist in …
2 replies
Hi, I am having SP where I am pulling data from linked server. Previously its working fine but sudd…
4 replies
Hi, I am facing a problem in writing the stored procedure for multiple search criteria. I am trying…
4 replies
I have a problem.... I have cpt codes in qry1 that need to be converted then match against qry2 and…
1 replies
Hi, WITH cte_OrderProjectType AS ( select Orderid, min(TypeID) , min(CTType) , MIN(Area) from ta…
9 replies
I've tables and data as following, GO /****** Object: Table [dbo].[CV] Script Date: 04/15/2014…
8 replies
I am trying to code a rule at the moment which sets a value based on the value of the previous row.…
6 replies
I have a very simple stored procedure to be used in Dundas Dashboard: ALTER proc [dbo].[ddGetCurre…
24 replies
Hi All, How to update column with multiline coments. eg. I need to update Notification column in my…
4 replies
Viewing 15 topics - 2,206 through 2,220 (of 10,647 total)
You must be logged in to create new topics.