Viewing 15 topics - 16,531 through 16,545 (of 284,005 total)
Topics
Started by
Posts
Last post
I have two tables and I want to do a recursive query in order to get a final table with a parent-ch…
3 replies
ALTER PROCEDURE [dbo].[employee] @isemployee int AS IF (@isemployee = 0) BEGIN DECLARE @Email Varch…
4 replies
I've been tasked with setting up and configuring our SQL Server for Always On and have a couple que…
6 replies
Hi All I'm using SQL2016 I'm having an issue with a piece of code generated in SQL2008 Sampl…
6 replies
I have a table: Named HighScores "INSERT HighScores VALUES ('Bob', 2500, '2 Jan 2013 13:13'), ('Jo…
17 replies
I have been tasked with identifying a set of users in one of our databases. The following code sho…
6 replies
Good day Quite a number of our larger clients are contracting us to assist them with migrating from…
11 replies
Hi All, Heard about readers can also block writers. Can anyone provide a demo example to prove this…
2 replies
Hi, Please let me know.. DB Diagram: SSMS is not helping with so many tables and huge DB. Please a…
1 replies
Comments posted to this topic are about the item A Good Reason to use a VCS
9 replies
Comments posted to this topic are about the item Soft Skills: Controlling your career LinkedIn Prof…
5 replies
Comments posted to this topic are about the item Hadoop Connectivity
3 replies
I am looking for a good solution for automating the deployment of SSIS packages through environment…
2 replies
Hi Hope to explain this correctly I have some XML data that can vary on singleton value So in the e…
4 replies
I have a database that we recently upgraded from SQL 2014 to SQL 2017. The application against the …
16 replies
Viewing 15 topics - 16,531 through 16,545 (of 284,005 total)