Viewing 15 posts - 4,471 through 4,485 (of 11,678 total)
Maybe you can turn it into an article for SSC?
October 17, 2013 at 3:48 am
bugg (10/17/2013)
Koen Verbeeck (10/17/2013)
What about replication?Will that work between 2 different versions of SQL?
Sure.
Using Multiple Versions of SQL Server in a Replication Topology
October 17, 2013 at 2:55 am
It shouldn't take that long to transfer 9 million rows.
What is the recovery model? Is the table frequently queried/updated?
October 17, 2013 at 2:05 am
You can use the Windows Scheduler.
About anything that can schedule a .exe suffices.
Personally I like SQL Agent the best, and you don't need to import your packages into SQL Server...
October 17, 2013 at 1:45 am
There are certain characters XML cannot handle, because they are used by XML itself.
For example: < > & " '
October 17, 2013 at 1:43 am
Either unmerge the column, or don't use a header at all.
October 17, 2013 at 1:36 am
You can read out the metadata of the table from INFORMATION_SCHEMA.COLUMNS.
The columns in the flat file have to have the same names though.
October 17, 2013 at 1:34 am
Greg Edwards-268690 (10/16/2013)
Koen Verbeeck (10/16/2013)
Koen Verbeeck (10/16/2013)
Can I install CTP2 over CTP1?
Apparently not...
Upgrading from Microsoft SQL Server 2014 CTP 1 to Microsoft SQL Server 2014 CTP 2 is NOT supported.
October 16, 2013 at 2:32 pm
mike.hockman (10/16/2013)
October 16, 2013 at 1:54 pm
Koen Verbeeck (10/16/2013)
Can I install CTP2 over CTP1?
Apparently not...
Upgrading from Microsoft SQL Server 2014 CTP 1 to Microsoft SQL Server 2014 CTP 2 is NOT supported.
October 16, 2013 at 1:27 pm
Downloading SQL 2014 CTP2 right now. Somehow didn't find a VM with Windows Server 2012 and SQL Server 2014 pre-installed, like with CTP1.
Unless I missed something?
Can I install CTP2 over...
October 16, 2013 at 1:25 pm
Koen Verbeeck (10/8/2013)
RonKyle (10/8/2013)
The third edition has recently been published. It is about 200 pages longer than the second edition.
Looks like I know what I'll be doing the next months...
October 16, 2013 at 12:57 pm
mike.hockman (10/16/2013)
October 16, 2013 at 12:56 pm
Viewing 15 posts - 4,471 through 4,485 (of 11,678 total)