Viewing 15 topics - 22,471 through 22,485 (of 284,146 total)
Topics
Started by
Posts
Last post
Hi,Let's keep this simple (for my sake) and say we have two tables. Table Employee contains:e.Emplo…
5 replies
DECLARE @value NVARCHAR(500) = 'Place Text Here',@loop INT = 0,@loopmax INT,@table NVARCHA…
7 replies
All, I've just looked at this report for the first time so I may be missing something obvious. It's…
4 replies
Comments posted to this topic are about the item SQL Server Shortcut to take Table Backup -- Thanks…
2 replies
Hi, I am trying to filter values in my database and am currently looking to provide all claims with…
10 replies
I have an SQL query which uses a DateFrom and DateTo variable. This query later will go into a stor…
28 replies
I have this portion of code SELECT GenPar.ParameterValue AS ClaimType, Submitted …
7 replies
Databases can grow really huge, and outdated statistics can cause crucial performance i…
5 replies
Comments posted to this topic are about the item DBCC
10 replies
Comments posted to this topic are about the item Fun at Work
8 replies
Hello, I have a table that contains every month stats, the sample data is as below:CREATE TABLE dbo…
3 replies
I wanted to rename all tables (append '_Deleted' on each table) under specific schema in the same d…
3 replies
Let's say, hypothetically, I have a table with three columns--LastName, FirstName, MiddleName and I…
17 replies
In Case statement i need to pass subquery. what's the bestway to do it. Can i declare it before do …
2 replies
Hello experts, As an accidental DBA, I had naively believed that in a SQL cluster, everything relat…
3 replies
Viewing 15 topics - 22,471 through 22,485 (of 284,146 total)