Viewing 15 posts - 76 through 90 (of 131 total)
Upon reading the article a bit, I'd point out that you need to use an uppercase '-S' to identify the server name.
August 28, 2018 at 9:39 am
A good MS article.
https://blogs.msdn.microsoft.com/timart/2012/08/30/bulk-copy-use-bcp-from-sql-to-concat-databases/
August 28, 2018 at 9:38 am
I'm not sure about this particular command, but command options are usually case sensitive.
The output error seems to indicate the -t option should be lowercase.
You may want to...
August 28, 2018 at 9:34 am
I have read about that in the past, but didn't think about it. Another good point. I'm just going to split up the SPs based on function. Thanks guys.
August 27, 2018 at 7:27 am
Sergiy - Monday, August 27, 2018 7:07 AMIt's easy to find out:
lol. Yes, that was a lazy question. Thanks.
August 27, 2018 at 7:12 am
I think i understand. The SP is for Inventory lot allocation. So, I should just create separate procedures. i.e. IM_Lot_Select, IM_Lot_Update, IM_Lot_Delete?
August 27, 2018 at 7:07 am
Can you provide a rough example or a link? Also, why is it not good practice?
August 27, 2018 at 7:01 am
I made the change to db compat level and created the XML computed column. Now the query takes 12 sec. to return 119 rows for a single CDA. I'm at...
July 10, 2018 at 6:28 am
I changed the db compat level on our test server db to SQL 2012. The try_convert function works on it now. What things should i be concerned with when changing...
July 9, 2018 at 9:36 am
I get this error:
Msg 195, Level 15, State 10, Line 1
'try_convert' is not a recognized built-in function name.
July 9, 2018 at 9:26 am
You can use features...
July 9, 2018 at 5:04 am
July 8, 2018 at 4:23 pm
July 7, 2018 at 12:09 pm
July 7, 2018 at 8:57 am
Viewing 15 posts - 76 through 90 (of 131 total)