Topics
Started by
Posts
Last post
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
I need sql statement in sql server to print path between any of the two nodes.All node Elements and…
3 replies
I've some problem wif my triger statement... after execute this trigger, i got this message "Msg 15…
9 replies
I need to formulate a query in which the column that I reference in the WHERE clause is dynamic. F…
3 replies
I have found a fast way to do my query, first I find the max timestamp then include that in the sql…
12 replies
Viewing 15 topics - 10,756 through 10,770 (of 12,230 total)
You must be logged in to create new topics.