Topics
Started by
Posts
Last post
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
Hi, We have two servers. Server A is source server which has a table with 5 columns (2 int, 2varch…
6 replies
Hi and first time poster, so please be gentle! I have a table with the following sample data which …
1 replies
Hello All, Please can you help me with the following challenge: I need to create a date table to jo…
4 replies
Viewing 15 topics - 811 through 825 (of 3,091 total)
You must be logged in to create new topics.