Topics
Started by
Posts
Last post
Please see my sample code below. I am trying to write a query to update the Value#number#_Check col…
2 replies
I have the following select statement. What I am basically trying to do is select all rows where th…
5 replies
Hi, suppose i have the following table, is it possible to group the totals by week nr? (from Monday…
3 replies
hi i have following query select id, name, value -- its actually total sum for ea…
4 replies
I'm trying to work out the best way to create this view. The best way to think of it is to think of…
9 replies
I have a proc whose structure is as below: Create Proc As Begin Insert Statement...............…
4 replies
Hello, I understand using pivot must have been discussed many times here, please pardon my request …
8 replies
i have a store proc like this create procedure p_name(@id int, @name varchar(50) as select * from t…
4 replies
I am trying to create a function that will generate a random datetime value. Due to being unable t…
19 replies
hello everyone, trying to to find 2 things, 1. i am trying to write a tsql statement that will chec…
2 replies
Hi Folks I'm trying to create a single table were as well as one consistent column, there are three…
1 replies
Hello all, Please I want to be able to parse the result of this query to a variable using today's d…
1 replies
I need to generate data where the output is as follows: Division ParentDivision ManagerEmail …
2 replies
Hello There, I have a procedure that is scheduled to run on sql server and some adhoc code that I a…
3 replies
I know about DelimitedSplit8K, however what I want is to split a long text (varchar(max)) field on …
9 replies
Viewing 15 topics - 511 through 525 (of 10,647 total)
You must be logged in to create new topics.