Topics
Started by
Posts
Last post
Hello comunity I see a TSQL script to make UPDATE on large table : select 'update fl set radicaltip…
8 replies
I'm rewriting a cursor-riddled SP and I'm stuck on one particular part. Basic testbed: CREATE TAB…
15 replies
By: Jared
So i'm converting a feed file process from dot net to sql based. I've got a select that needs to be…
5 replies
Hi folks, This is an excerpt from a piece of old code I'm dealing with: RANK() OVER (PARTITION BY …
3 replies
Dear All, I am looking for a solution without compromising on Performance & without writing al…
11 replies
I wish to get a formula which will enable me calculate the average of a row. I am working on studen…
3 replies
Hi, I'm trying to keep a copy of all scripts run against a database and their output into a table, …
4 replies
By: OTF
Basically I am tyring to decide how to load the history table on a daily basis. (The history table …
1 replies
Hi, i want to bring rows in a Detail-Table (vertical) into horizontal Form with a T-SQL Query (max.…
11 replies
I have the following query SELECT * FROM ( SELECT Product ,[201101],[201102],[201103],[201104],[201…
7 replies
Hi, could you please help me to get a T-SQL statement for a scenario where if there is a table with…
2 replies
So I've been working on this for a little while now and I just can't get it. Consider it a real big…
2 replies
By: Gazareth
I'm trying to bcp in data from a text file in unix to my sql server. It gives error as Unexpected E…
5 replies
By: sqlnaive
Hi , We have 3 tables for ex student(sid,sname,dob), course(cid,cname,duration) and enroll(sid,cid,…
5 replies
By: ralm
Dear All, Hi! I am searching a solution to PIVOT more than one column to get output in below mentio…
1 replies
Viewing 15 topics - 6,301 through 6,315 (of 10,647 total)
You must be logged in to create new topics.