Topics
Started by
Posts
Last post
This is more of a logic check as I have a solution BUT is it a good one? I am wondering whether I s…
2 replies
i am having a problem setting default column. i want to set it like getdate() what i want to set is…
5 replies
i am planing to do so some structural changes in the tables who already has 10000's of records. now…
3 replies
Hi all, I am having trouble with a query with which I want to return all records which match t…
5 replies
HI i am trying to use xp_cmdshell to execute som BCP commands. I am able to get data out of the tab…
2 replies
Hi, I posted this question in another server but i am having email problems, I need to write a que…
3 replies
Hi All,These are the records I've in my table. I need to return top 3 countries (rank) by Sal…
2 replies
I use a SQL that gives a error when two smalldatetime fields are subtracted: "Arimethic overflow er…
5 replies
I am designing a script that will clean folders on the server harddrive. Pass in a string containin…
5 replies
Hi all, I have the following code snippets in my stored procedure. declare @aa table(name varchar(1…
6 replies
I need to take full name (with middle initial sometimes) and parse into first and last name.
6 replies
can i execute stored procedure from a stored procedure and get the result set and work accordingly.…
5 replies
I am trying to do a self join that will take the value of the col called TO_DEPT of the PREVIOUS re…
14 replies
SELECT a.* FROM emp_table a INNER JOIN emp_table b ON a.emp_name=b.…
4 replies
Hi, i need to select top records with variable number of records, something like this: select top @…
4 replies
Viewing 15 topics - 12,661 through 12,675 (of 17,082 total)
You must be logged in to create new topics.