Topics
Started by
Posts
Last post
I'm researching some long running queries and came across a query of this format: UPDATE t1 SET in…
1 replies
Hi, I'm migrating electronic records from a legacy system and the new system has strict requirement…
12 replies
I'm stumped. I have a Stored Procedure which needs to be moved to the Replication Database for Repo…
13 replies
There are 3 columns in the result set - part num, Qty and MO num. Each MO num has part numbers.So t…
1 replies
Here's my substring script: I want dob to be replaced with value of Date. So, how can I use replace…
4 replies
Guys - is there a better way to do this ? INSERT INTO @TESTTAB SELECT * FROM dbo.UTIL_TABLE_FROM_ST…
8 replies
Hi guys Just want to see if anyone else has a different take on a query I'm trying to clean up. Bas…
6 replies
Hi, I have a table which gets updated with the usage figure every week. I was wondering if anyone …
8 replies
CREATE TABLE dbo.SCHEDULES(SCHEDULEID VARCHAR(10), EFFECTIVE_DATE DATE, AMOUNT DECIMAL(4,3)) INSERT…
3 replies
Hi, I like to backup the stored procedures' code used in my databases. So I created this Script: …
5 replies
Hi, for building an autonomous transaction, I created a loopback server as described here: So my a…
1 replies
Hi , below output I am getting jobs for last 14 days (Server,Job_Name,run_status,Step_Name,output_f…
6 replies
Hi All, I am creating a report query that returns all unreconciled P/O lines. I am near completion …
3 replies
CREATE TABLE CATEGORIES(CATEGORYID VARCHAR(10), CATEGORYLIST VARCHAR(200)) INSERT INTO CATEGORIES(C…
1 replies
Currently working with DECLARE @yr AS int; SET @yr = 2015; which is used in WHERE (YEAR(E…
11 replies
Viewing 15 topics - 2,866 through 2,880 (of 4,984 total)
You must be logged in to create new topics.