Topics
Started by
Posts
Last post
When using bulk insert and specified errorfile paramter, the error file is being deleted when an er…
13 replies
what is the required t-sql for getting all the child categories in a parent category? my table is l…
13 replies
Im very lost, I need to write a stored procedure that would compare the contents of two identical t…
25 replies
please some one help me on this I am having problem with this cursor: declare @name varchar(80) DEC…
1 replies
I've got a problem that I can't seem to figure out. I need to concatinate two text fields from a t…
20 replies
Ok, I've got to get a few sums to add to a return....let me try to write out what I need below, and…
7 replies
Hello everyone, I have a function which when I parse it (checkmark) it doesn't return any errors. …
1 replies
Hi, Let's say I have a table with 2 colums (date and name). If I want to know how many name per dat…
3 replies
This is absolutely crazy ... If I run the following outside of a procedure, it works fine. Yet when…
2 replies
Column1 has a code and in column2, it's the description of the code. See attached file. I am joinin…
1 replies
Hallo I have this problem. My T-SQL script looks like this and I must convert it to SQL to work i…
3 replies
ALTER procedure SP_FETCH_ROWS(@num int) AS BEGIN select * from employee a where @num =(select cou…
6 replies
hi all i am testing a query which is defined like this declare @id varchar(30) declare @lastname va…
1 replies
i am working on a query that is returning duplicate order and i would like to know how can i avoid …
11 replies
I have the below Select statment and it pulls the records I want to delete from our activity table.…
5 replies
Viewing 15 topics - 10,756 through 10,770 (of 12,234 total)
You must be logged in to create new topics.