Topics
Started by
Posts
Last post
Hi, I need to update temporary table ‘@tmpOutput’ using a reference table ‘Haulage_Rate’. Table ‘@t…
3 replies
Hi All, I keep getting these error messages. Invalid length parameter passed to the substring funct…
2 replies
By: RZebra
I've created a simple TVF (based on Jeff Moden's posts) to shred delimited strings to their constit…
11 replies
I have 2 tables employee and employee_address CREATE TABLE employee ( employee_code varchar(10), …
6 replies
By: matzer
Hi, here is the problem /* Order Function Returned Table * Need to minimaly change a function(GetB…
1 replies
Good day, I have a table with a timestamp for each record, I have a need to select the records base…
9 replies
declare @hierarchy table(id int,name nvarchar(40),parentid int,cost int) insert into @hierarchy sel…
10 replies
I apologize in advance if you see this posted in two spots. I believe i posted this in a dead threa…
3 replies
Hi, I have the follwoing seperate queries that I need wrapped up into one row per order with speera…
1 replies
Dear SQL Experts, I have a lot of code that uses CASE Statements. I'm trying to wean myself off of …
2 replies
How can I get the percentage Quotes that became a Sale using a CTE? SELECT TOP 5 [Marketing Rep], …
8 replies
I need to change a loading proc and i was going to use the merge. Turns out the merge statement is …
1 replies
I need to solve the problem to execute sp_addextendedproperty with a new description for a column b…
5 replies
Hi guys, I have a string "1|HK$ 500 (Gift voucher)|500|2,1|HK$ 1000 (Gift voucher)|1000|2" I want t…
2 replies
I have 2 databases.......NBXWEB and RBI......I wrote this select statement....which is my first att…
6 replies
Viewing 15 topics - 1,531 through 1,545 (of 12,234 total)
You must be logged in to create new topics.