Topics
Started by
Posts
Last post
Is this an effective way to find median? CREATE TABLE #T (i TINYINT); GO INSERT INTO #T SELECT ABS…
13 replies
First a bit of background. I recently started a job with a somewhat complicated setup for a 50 TB …
16 replies
I've spent a fair bit of time searching, but can't seem to find a succinct answer...is there a more…
7 replies
Hi, I would like to create a global variable that I can reference multiple times and here is the sc…
15 replies
Hi there, I have the following script - SELECTDATEPART(WW, JOB.created_date) AS [Created Calend…
8 replies
Hi there, As always thanks in advance with your help on my questions. I really appreaciate it. I h…
6 replies
I have a stored procedure which is supposed to check if a part of a datatype text field (Textdescri…
14 replies
CREATE VIEW Sales.OrderTotalsByYear WITH SCHEMABINDING AS SELECT YEAR(O.orderdate) AS orderyear, SU…
8 replies
Hi All, Here is one more query for you people to check and optimize. It is taking 1-1.5 mins in exe…
7 replies
hello all. I wanna execute sp with output parameter by use opendatasource.i use this script for it:…
1 replies
i have a column abc_col1 in table A when i do a ("Select abc_col1 from A") i get the results as 'S…
8 replies
Hello, I have sql code set up like this: set xact_abort on declare @ErrorMessage nvarchar(4000) de…
4 replies
We recently upgraded one of our databases to 2012 Compatibility Mode, and are now getting an error …
7 replies
Hi guys, I have a simple database with 2 tables. Here are the structures: CREATE TABLE [dbo].[Ac…
3 replies
Anyone point me to the documentation, or explain why you would expect these results? DECLARE @d DAT…
3 replies
Viewing 15 topics - 4,741 through 4,755 (of 4,984 total)
You must be logged in to create new topics.