Viewing 15 posts - 256 through 270 (of 1,241 total)
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 1:47 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
----------------------------------------------------
March 13, 2018 at 8:43 pm
You are referencing columns in your query that are not in your initial table definition. I dont know even what your business requirement is. Have a look at the link...
----------------------------------------------------
March 13, 2018 at 12:11 pm
One thing I would add ... It seems that for now the data is only being supplied to an Excel workbook , to which then calculations are done. In the...
----------------------------------------------------
March 13, 2018 at 11:11 am
Viewing 15 posts - 256 through 270 (of 1,241 total)