Viewing 15 posts - 4,876 through 4,890 (of 11,678 total)
Sure, you can PM me if you want.
September 12, 2013 at 3:45 am
Still not 100% sure what the problem is - screenshots would be nice - but I'm getting a hunch.
CSV is a simple plain text file. Since carriage returns are row...
September 12, 2013 at 3:24 am
If you want to run this every month, you'd need some sort of scheduling.
By the way, if you truncate the table it is already reseeded, so you don't need the...
September 12, 2013 at 3:05 am
You need to use the data type datetime2 for this.
The data type datetime has a precision only up to 3ms, so there's no .999 precision.
September 12, 2013 at 3:02 am
tommy.tooten (9/12/2013)
September 12, 2013 at 3:01 am
What do you mean with "it looks terrible" and "not displayed correctly"?
What is the problem?
(we cannot see what you see)
September 12, 2013 at 2:59 am
Maybe your post should focus more on the fact that this bug is already resolved.
The fix can be downloaded here:
September 11, 2013 at 2:18 pm
Does the SQL Server Agent account have permissions to open the file? Or are you using a proxy?
September 11, 2013 at 1:36 pm
Probably looking at the actual exection plan will provide you with the answer.
September 11, 2013 at 12:30 pm
sql_novice_2007 (9/11/2013)
Can I rollback the changes in case if something goes wrong with the sync?I am not sure if this option is there in sql compare and data compare.
No idea,...
September 11, 2013 at 11:24 am
Since you already know SSRS and some T-SQL, SQL Server seems the obvious choice, but I don't know how the market is at your place.
Oracle developers tend to get paid...
September 11, 2013 at 6:11 am
Does Redgate SQL Data Compare not give you the option to sync?
Another option to quickly generate insert statements for a table is to right-click on the database, select tasks and...
September 11, 2013 at 6:05 am
Vobr Jiri (9/11/2013)
INSERT @i VALUES ('Steve')
INSERT @i VALUES ('Stephan')
INSERT @i VALUES ('Stephanie')
INSERT @i VALUES ('Sterling')
INSERT @i VALUES ('Steppenwolf')
Then are 4...
September 11, 2013 at 5:31 am
clucasi (9/11/2013)
Hi,Yes I did enable logging in the SSIS package, but there anything useful to see.
Which events did you log?
September 11, 2013 at 3:08 am
Viewing 15 posts - 4,876 through 4,890 (of 11,678 total)