Viewing 15 posts - 4,411 through 4,425 (of 13,877 total)
May 28, 2018 at 12:31 pm
Hi,
is there any Chance to get this working?
CREATE TABLE [dbo].[Table_1](
[id] [int] IDENTITY(1,1) NOT...
May 28, 2018 at 10:37 am
As you have not provided DDL, I cannot post the exact solution. But here is an idea for creating running totals for 'missing' months by left joining from a calendar...
May 28, 2018 at 8:25 am
I facing some problem at the time inserting the data,
for example:
I insert the one...
May 28, 2018 at 7:01 am
May 27, 2018 at 4:04 pm
Is it possible...
May 26, 2018 at 8:14 am
Are the environments the same? I may be wrong but it looks like...
May 24, 2018 at 1:42 pm
I have 2 environments running on the same version of SQL, exact same tables...
May 24, 2018 at 1:31 pm
Thanks for the replies.
@SSC Guru - i'm using K2 Smartforms, their is a File attachment...
May 24, 2018 at 11:44 am
Anyone help:
My table has a File column (nvarcharmax) which is used on a form to...
May 24, 2018 at 10:34 am
May 24, 2018 at 8:25 am
I followed this link to ensure the automatic deletion of the files
http://www.sqlideas.com/2011/12/delete-files-from-specified-folder.html
I...
May 24, 2018 at 5:26 am
I'd probably create a package parameter to contain the 'template' SQL, so
SQLTemplate = '
Declare @Table_Name varchar(100),
@Table_Name_Short...
May 23, 2018 at 10:17 am
Viewing 15 posts - 4,411 through 4,425 (of 13,877 total)