Viewing 15 posts - 3,271 through 3,285 (of 5,111 total)
So, I felt like trying something "stupid". The file is definitely an xls (1997-2003) file, however, I set the import wizard to xlsx (2007-2010). Worked straight away.
I assume...
August 17, 2017 at 8:33 am
August 17, 2017 at 8:23 am
Oh a 4 day Scenario. Give this a go instead:WITH RNs AS(
SELECT *, ROW_NUMBER() OVER (PARTITION BY FieldSort1, StartDate ORDER BY FieldSort1, FieldSort2, FieldSort3) AS...
August 17, 2017 at 8:00 am
August 17, 2017 at 7:11 am
This is so much a SQL question, but more C#, so I'm not sure how much of a useful response you'll get here (as a SQL Server forum).
If,...
August 17, 2017 at 5:36 am
August 17, 2017 at 1:53 am
August 16, 2017 at 11:21 am
That doesn't really help clarify a lot here. Could you post the VB Script? Please ensure your encapsulate it in IF Markup so that it is easily readable. How are...
August 16, 2017 at 10:15 am
Are u able to connect using the local SSMS with other users ? If not...
August 16, 2017 at 9:28 am
Sniff. But I like screwing with people's code... And dropping databases and unplugging...
August 16, 2017 at 8:51 am
August 16, 2017 at 8:00 am
August 16, 2017 at 5:44 am
Why not create your Backup on a different location to your server and restore from there instead? A separate SAN, a Network location, or even an External (USB) Drive would...
August 16, 2017 at 2:48 am
What are the error messages in the SQL Server's logs? When using sqlcmd and SSMS are you using the same credentials? Same User? Both Integrated Security/SQL Login? It might be...
August 16, 2017 at 2:34 am
As pietlinden suggested, you should really rad the topic on how to post T-SQL questions on this forum. It makes things a lot easier for us, as we don't need...
August 16, 2017 at 1:57 am
Viewing 15 posts - 3,271 through 3,285 (of 5,111 total)