Topics
Started by
Posts
Last post
I have the following code: SET @ConsultantID = '0017860' SET @PeriodDate = '12/01/2007' SET @Achiev…
3 replies
I would like to query for 5 new records everyday. For example, the records at 4am in the morning. …
5 replies
Hello, I am trying to create an xml from a table with tags for each field in the table. Basically i…
7 replies
how to how to combine 2 tables but like this table 1 table Employee on work -----------------------…
8 replies
Hi, My friend has lots of stored procedure and are marking comments on them. I wanted to know free …
1 replies
Is there a way i can make a report being sent from SQL or a stored procedure?
1 replies
Hi all, Im currently using bulk insert to import data from a flat file to a table in sql server., t…
2 replies
This Code: WITH ALevel (ConsultantID, AchieveLevel, AchieveTitle, PeriodEnddate) AS ( SELECT Co…
4 replies
Hi I have two tables. The first table has the following fields: (pk)id, name, ticket_details The se…
30 replies
I have the following code: Select DistinctAchieveTitle ,PeriodEndDate from Volume where Consulta…
14 replies
I have a character column which will have varying data, and potentially varying lengths. It needs t…
16 replies
I have a backup log script and I want the .trn file name to include the date and time. This script …
2 replies
Hey folks, I am working on a project where an external system drops off some XMLs into a table, cre…
2 replies
How return time & number format using stored procedure whatever set in the Machine Following i…
2 replies
I am looking at a table-valued function, where performance is a problem. One thing I notice is an u…
3 replies
Viewing 15 topics - 11,071 through 11,085 (of 12,234 total)
You must be logged in to create new topics.