Topics
Started by
Posts
Last post
hello i have 2 table declare @t table (id int ,name char(10)) declare @y table (id i…
6 replies
Please let me know your thoughts on the below. Updated a small portion of the code. Just wan…
6 replies
what are the best ways one can send data from a temp table through email using the SQL Email Client…
2 replies
Hi, I have created an SSRS report that renders a table from my DB. I have created a multi-value tex…
3 replies
Is it possible to script multiple queries? I need to transfer about 30 queries from one server to …
11 replies
Hye, I've table and data as following, CREATE TABLE [dbo].[WeightStory]( [Idx] [int] IDENTITY(1,1)…
9 replies
CREATE TABLE #Source ( PlanId BIGINT, StartDate DATE, EndDate DATE ) GO CREATE TABLE #Destination (…
4 replies
Hi, I have, as most triggers are, a single row trigger; that is it will only update one row, and th…
8 replies
All, I have 3 variables (called Medals) that hold 1 of 5 values. I have a 4th variable (called ove…
5 replies
Ignore post This topic was modified 6 years ago by mcfarlandparkway.
3 replies
*/So, this is part of the create SP. Sample structure is CREATE SP ( @Column1, @Column2, ----- -- )…
1 replies
Dears, I have a flat file exported from an application which has no delimiters and have header and …
4 replies
I need to create a set of basic view, insert, update SPs without using ODBC. I have a basic start o…
2 replies
I'm not sure when, but years ago as a BASIC programmer, I picked up the habit of checking to see if…
4 replies
Hi folks, I have a 2012 sql and it works very fast, one of the most used queries is a table functio…
13 replies
Viewing 15 topics - 271 through 285 (of 4,984 total)
You must be logged in to create new topics.