Viewing 15 posts - 6,586 through 6,600 (of 13,877 total)
deekadelic (10/5/2016)
October 5, 2016 at 2:30 pm
Based on what you said about grouping, the results look OK to me. This is difficult to troubleshoot when we don't know what the source data looks like and we...
October 5, 2016 at 1:36 pm
tfoley 60758 (10/5/2016)
We have an on-premise CRM 2016 setup that's using SQL 2014 in Denver, CO. We have a large office in Australia and CRM access is pretty slow...
October 5, 2016 at 12:47 pm
Eric M Russell (10/5/2016)
Phil Parkin (10/5/2016)
If there is one feature I'd love to see added is the ability to stronly type worksheet columns, meaning for example that all values within...
October 5, 2016 at 8:48 am
If there is one feature I'd love to see added is the ability to stronly type worksheet columns, meaning for example that all values within a column would be constrained...
October 5, 2016 at 7:56 am
What is the purpose of the LEFT JOIN to addb20.Source_MergeAMD3_WithData.dbo.ConfigChoice?
I ask because that table is not referenced anywhere else in the query.
October 5, 2016 at 5:53 am
komal145 (10/4/2016)
the columns are overlapped in excel. so is there a way taht it is not overlapped while exporting to excel through ssis?
No. The overlapping has nothing to do with...
October 4, 2016 at 1:35 pm
komal145 (10/4/2016)
the one with date and int. I am using dataconversion task and chanhing everything to dt_wstr ...overlapped columns. is there a way they do not overlap?
Are you asking whether...
October 4, 2016 at 1:30 pm
Eric M Russell (10/4/2016)
Phil Parkin (10/4/2016)
New Born DBA (10/4/2016)
Is is possible to create multiple tables with same tablename and column in multiple databases without selecting each database from the drop...
October 4, 2016 at 1:26 pm
New Born DBA (10/4/2016)
October 4, 2016 at 1:25 pm
komal145 (10/4/2016)
[First Name] [nvarchar](255) NULL,
[Last Name] [nvarchar](255) NULL,
[ItemID] [bigint] NULL,
[E-mail] [nvarchar](255) NULL,
[Address] [nvarchar](255) NULL,
[Address 2] [nvarchar](255) NULL,
[City] [nvarchar](255) NULL,
[State] [nvarchar](255) NULL,
[Zip] [nvarchar](255) NULL,
[Trade...
October 4, 2016 at 1:06 pm
komal145 (10/4/2016)
I keep getting this error again...
October 4, 2016 at 12:53 pm
New Born DBA (10/4/2016)
Is is possible to create multiple tables with same tablename and column in multiple databases without selecting each database from the drop down menu and execute the...
October 4, 2016 at 12:41 pm
komal145 (10/4/2016)
how can i do that?
Derived Column:
"'"+ (DT_STR, 50,1252) [column]
for a varchar(50)-type column, for example.
October 4, 2016 at 12:31 pm
komal145 (10/4/2016)
So users just open and...
October 4, 2016 at 12:11 pm
Viewing 15 posts - 6,586 through 6,600 (of 13,877 total)