Topics
Started by
Posts
Last post
SELECT SERVERPROPERTY ('ProductVersion') Output: 13.0.4001.0 What does each of those numbers mean.I…
3 replies
deleted code resolved issue This topic was modified 5 years, 5 months ago by mtz676.
1 replies
I have a lookup table that implements a system-generated Id for DRI purposes. The lookup table has…
12 replies
Hello. I have a table (say orderlines) with orderrows, There is a column that holds the "Year" …
2 replies
Hi, I am not sure if this can be done, but I seem to remember there is some format thing that can b…
6 replies
I'm working on a new app and database, which has real data types in some of the tables. Due to some…
7 replies
DECLARE @Temptable TABLE ( TotalPhysicalMemory varchar(1000), MemoryValueinUse varchar(1000), MaxMe…
4 replies
Hi Every one, I hope you doing good. I need your help here. I am new to SQL server filestreeam conc…
1 replies
I have a ssrs report with 6 parameters 4 or which are cascading and one parameter (pTimeZoneID) tha…
1 replies
Hello All, I have a string something like below("inputstring" column) and i want to exclude part of…
2 replies
SELECT CASE WHEN EXISTS ( SELECT name FROM msdb.dbo.sysjobs WHERE name = 'JobA' ) THEN 'Exists' ELS…
2 replies
Friends Bit confused query for me. Dunno how to ask correctly. I have two tables. One with only one…
4 replies
I have a need to determine the site of cancer given some complexities. Each cancer patient has up t…
11 replies
Hi, Is there a way to know which tables from a DB are NOT being queried? Context : We do a lot of r…
6 replies
Hi, How can I convert SCHEDSTART varchar(25) '2020-06-07-12.30.00.00000' to datetime '2020-06-0…
21 replies
Viewing 15 topics - 811 through 825 (of 3,093 total)
You must be logged in to create new topics.