Viewing 15 topics - 21,481 through 21,495 (of 284,074 total)
Topics
Started by
Posts
Last post
How do you add a carriage return with dynamic sql? This doesn't work.DECLARE @SQL NVARCHAR(MAX)SET …
5 replies
Hi, I have an MPP PDW hardware scenario of 4 Compute nodes, each having 8 Distributions, totalling …
2 replies
I'm on a team to start a new project, migrating an Excel spreadsheet to a SQL Server database, so w…
2 replies
I apologize for the confusing title, but I think its accurate. I have the following basic scenario.…
5 replies
User ran delete statement and cause the prod issue. Looking to revoke user permissions from the pro…
7 replies
I have an issue, with a flat file which has a lot of dates in it which are not correctly formatted.…
3 replies
So this is what I am tryng to do. The goal is to produce a temp table where the columns are n…
1 replies
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
Viewing 15 topics - 21,481 through 21,495 (of 284,074 total)