Topics
Started by
Posts
Last post
Hi, all - I'm trying to automate a script to run a query against a local server group and output th…
7 replies
I need to create a SQL server stored procedure to insert records with an ID column that is an ident…
6 replies
I'm not sure if this is the right forum if not please, if possible, direct me to one that might be.…
1 replies
ISNULL('"' + LEFT(D.Zip, 5) + '"', '"99999"') AS ["Customer Zip"], I have this query in a stored pr…
9 replies
Hi Everyone, I am trying to encrypt a data column on SQL 2019 and decrypt on SQL 2016. I am not sur…
2 replies
Hi I am working with SSIS to automate data collection. I need to make a SQL query call inside C#. …
9 replies
Hi I am creating stored procedure for the first time. I am getting error: Msg 207, Level 16, State…
2 replies
i figured it out. please ignore post. This topic was modified 3 years, 7 months ago by wat…
2 replies
I know there is, somewhere, T-SQL that will allow me to update (keep in sync) a field that appears …
7 replies
Hello, I'm new here and currently learn SQL Server. For my program I try to create a view from a st…
13 replies
--####################################### --Given Rawdata --#######################################…
4 replies
I have a question regarding a problem for cohort analysis in SQL (any dialect). I have two tables: …
1 replies
Hi all, We typically consolidate our logging in an APM tool (eg: like Datadog). The one area we hav…
2 replies
Dear all, I am total newbie in SQL. I am having SQL Database in Azure (Azure Database), but this is…
14 replies
CREATE PROCEDURE usp_DeleteEmployeeRcord ( @days Int ) AS BEGIN DELETE [dbo].…
2 replies
Viewing 15 topics - 1,036 through 1,050 (of 1,784 total)
You must be logged in to create new topics.