Viewing 15 topics - 21,466 through 21,480 (of 284,052 total)
Topics
Started by
Posts
Last post
create table #a (a int, b varchar(1000), c int)insert #a select 1,'a',1 union select 2,'b',1 select…
3 replies
Comments posted to this topic are about the item Changing Linux Collation
6 replies
I have a baffling issue that is not a problem, but creates a lot of noise from our servers. I…
7 replies
Hi, I have this situation, we are now on month FEB, I want data from Jan this year, even in DECEMBE…
3 replies
My code grabs records from the db and loops through them, performing actions for each one. One of …
2 replies
I have gone into the properties of a couple of databases and noticed that under the database name t…
5 replies
Hi, How to take/schedule database backup in SQL Server Express edition (latest version)Required log…
5 replies
I have a database whose name is Backup.When I am running backup maintenance plan first time its fai…
7 replies
Sample code: CREATE PROCEDURE ColorPopularity AS BEGIN SELECT Color, SUM(Quantity) AS QuantitySol…
9 replies
Comments posted to this topic are about the item Reserved Space
12 replies
Comments posted to this topic are about the item Doing the Right Thing Aunt Kathi Data Platform MVP…
28 replies
How do I set this GroupExpression to order in descending order: =Fields!ID_Count.Value in des…
1 replies
i would like to count margin by category.i have sum and group the category amount. how can i count …
8 replies
Hi all, Does anybody know what will happen if I schedule a job on the last day(31st) of every month…
3 replies
Hi Currently, we are at SQL Server 2012. My boss thinks that moving to SQL server 14 or h…
3 replies
Viewing 15 topics - 21,466 through 21,480 (of 284,052 total)