Viewing 15 posts - 2,701 through 2,715 (of 2,756 total)
February 3, 2017 at 8:55 am
February 3, 2017 at 7:59 am
ALTER TABLE [dbo].[emp] ADD [ID] INT IDENTITY(0000001, 1)
SELECT IR.JournalSource,
RIGHT('0000000' + CAST(IR.[ID] AS VARCHAR(30)), 7)
INTO...
February 2, 2017 at 2:18 pm
This is a soft question, and one I've seen asked elsewhere, but differently enough...
February 2, 2017 at 1:29 pm
Another thing to remember is that hotspotting will eat your battery more. You may want to watch how much your battery is hit by using hotspot. I've seen cases where...
February 2, 2017 at 12:30 pm
We are working on a migration project. I need to have an ODBC DSN connection...
February 2, 2017 at 12:26 pm
January 31, 2017 at 7:24 am
January 30, 2017 at 11:34 am
I thought that MS had replaced the upgrade advisor with the Data Migration Assistant:
https://www.microsoft.com/en-us/download/details.aspx?id=53595
That is what we use at work to determine if SQL can be...
January 30, 2017 at 10:24 am
possibly a dumb question but how are you accessing the share?
is it by drive letter (Z:\) or by UNC name (\\sharename\sharefolder)?
Visual studio will run the SSIS package as...
January 30, 2017 at 10:20 am
We had a similar issue ages ago and after running DBCC checkdb it said things were good. A few days later we had the problem again. Did more snooping and...
January 30, 2017 at 10:02 am
Viewing 15 posts - 2,701 through 2,715 (of 2,756 total)