Viewing 15 posts - 241 through 255 (of 1,229 total)
Sure, and although its been a while I'm still acclimating to this source data set. As...
April 16, 2018 at 8:33 pm
Regarding RCD >
unique instanceof a job for an employee with multiple concurrent jobs
. Can you explain more here what you mean by a unique instance? Why could the...
April 16, 2018 at 2:35 pm
Luis has the answer for you. Just also be aware of the risk with hard coding values in the SQL code. It may be a good idea to have a...
April 11, 2018 at 10:24 pm
Will this affect any foreign keys in other tables that map to your enrollment table, when essentially changing the id field datatype from a unique identifier to a int ?
April 11, 2018 at 10:14 pm
Just to add in case anyone is interested, You If you really wanted to have the value come through with the parenthesis to your text file , you can convert...
April 11, 2018 at 10:05 pm
Even once you get past this issue, can't there be another issue with the way data is created in 2008 version versus 2017? Or does some automatic conversion occur when...
April 11, 2018 at 9:58 pm
AS I dont have version 2017, will it remove two leading or trailing commas instead of one as you showed in your example. Would it Remove two leading 'patriots' in...
April 10, 2018 at 11:04 am
Happy Easter. Don't overlook that you also get the access to push this into the package store and create a job, have the job run with an appropriate proxy account...
April 2, 2018 at 10:08 am
'a' is the column name here and the dashes is the separator between the column name and values returned for this confused me at first glance.
April 1, 2018 at 11:32 pm
Can you remote login into the machine you want to deploy to , and run the manifest there? If you dont have the permissions to deploy the package to the...
April 1, 2018 at 11:18 pm
select * from sys.dm_exec_sessions
There is a row count column in there. I think you need active connection at the time of running this, even though a process may...
March 20, 2018 at 1:32 pm
March 15, 2018 at 11:49 am
March 15, 2018 at 11:35 am
select case when NOT( 1 = null ) then 1 else 0 end
select case when ( 1 = null ) then 1 else 0 end
March 14, 2018 at 10:35 pm
Viewing 15 posts - 241 through 255 (of 1,229 total)