Viewing 15 posts - 2,971 through 2,985 (of 4,477 total)
October 9, 2017 at 6:16 pm
October 9, 2017 at 5:55 pm
Try importing with bcp Test.dbo.extract1 in C:\sadybcp\extract1.bcp -S Servername -T -E -n -f C:\sadybcp\extract1.fmt
On the first error, you only have one character column for string truncation...
October 9, 2017 at 3:11 pm
Do you get the error with any other websites and IE 11? Have you tried another browser to see if you get the same error?
Also,...
October 9, 2017 at 12:57 pm
There isn't much available on this one as you found out.
I did find this explanation on sqlskills waits library:
PREEMPTIVE_OS_CRYPTOPS
This...
October 9, 2017 at 11:00 am
October 8, 2017 at 11:27 am
October 8, 2017 at 11:27 am
October 8, 2017 at 11:27 am
I have tried to right click the ODBC data source...
October 6, 2017 at 12:35 pm
Hallo all,
I am having difficulty creating a link between SQL Server and mySQL.
I had to...
October 6, 2017 at 12:12 pm
This link has a good example of using a DDL trigger to capture changes to stored procedures:
SQL Server DDL Triggers to Track All Database...
October 6, 2017 at 11:17 am
October 6, 2017 at 10:53 am
As low as possible as Henrico said.
Using sys.dm_io_virtual_file_stats is a good way to check the I/O performance but you can't really just query it once...
October 6, 2017 at 8:46 am
Assuming you have unzipped the files and they are bcp files from a replication snapshot, using the native format usually works. Try something like:
bcp Test.dbo.extract1...
October 6, 2017 at 8:29 am
Hello All,
I had to set maximum limit on the DATA and LDF files of all...
October 5, 2017 at 4:18 pm
Viewing 15 posts - 2,971 through 2,985 (of 4,477 total)