Viewing 15 posts - 16 through 30 (of 1,414 total)
Can you try again except with double quotes around the query? for example:
bcp "select * from [WINKRRT-XIR\\SQLEXPRESS].[Db].[dbo].[TableName]" out "C://DUst/EmployeeData.dat" -S WINKRRT-XIR\\SQLEXPRESS -U sa-P ''*********' -T
I am almost certain...
May 5, 2021 at 6:58 pm
Can you try again except with double quotes around the query? for example:
bcp "select * from [WINKRRT-XIR\\SQLEXPRESS].[Db].[dbo].[TableName]" out "C://DUst/EmployeeData.dat" -S WINKRRT-XIR\\SQLEXPRESS -U sa-P ''*********' -T
I am almost certain bcp is...
May 5, 2021 at 6:56 pm
I'm surprised that you're using "/home/filename", its usually "/home/someparticularlogin/filename", did you really put the file in the directory "/home"?
May 5, 2021 at 6:54 pm
another complication for me personally is that amongst my officemates there are some vaccine refuseniks, with some presumably never having covid and at the same time...
April 26, 2021 at 7:37 am
another complication for me personally is that amongst my officemates there are some vaccine refuseniks, with some presumably never having covid and at the same time being in risky age...
April 23, 2021 at 2:16 pm
Another nightmare with some codebases is with the libraries they import, there was one trivial javascript function that so many projects were using, and then the trivial javascript function author...
April 20, 2021 at 7:52 pm
what about fn_dblog?
I updated a table with the same value and after doing this there were two more rows returned by fn_dblog. each time I ran the (duplicate) update, two...
April 20, 2021 at 7:25 pm
that is where some disagree.
on my 1500 production db's 220 have RCSI enabled - and most new db's are being created with it enabled unless the team...
April 8, 2021 at 3:48 pm
that is where some disagree.
on my 1500 production db's 220 have RCSI enabled - and most new db's are being created with it enabled unless the team requesting it...
April 8, 2021 at 2:42 pm
What I'm starting to understand is that many ERP systems effectively split up the results for large reports. So in effect, while the entire reporting job might take hours, the...
April 8, 2021 at 2:13 pm
I still have to wonder on the appropriate use of NOLOCK. Even if the data does not change in a table, is NOLOCK that much better than...
April 7, 2021 at 1:57 pm
I'm amazed both by what companies will and won't spend on things. Million dollar budget for implementing a new CRM? Sure, a few thousand to get a drain...
March 3, 2021 at 2:14 pm
Viewing 15 posts - 16 through 30 (of 1,414 total)