Viewing 15 posts - 3,376 through 3,390 (of 13,882 total)
Do you even have SQL Server installed somewhere?
Because your code does not run. Even your modified code is riddled with errors. Here's a sample:
August 27, 2019 at 12:31 pm
Note to OP: please try running your own query. And then, please fix it so that it works 🙂
August 27, 2019 at 1:40 am
To pass this info back to an app near the client, are you going to send a string list of language names? Ugh, that seems worse to me, I'd...
August 27, 2019 at 12:41 am
Good start, but your query does not parse and you have not provided your desired results.
August 27, 2019 at 12:23 am
It is certainly possible, though it is likely you would have to install things on your server which should not really be there (the Microsoft Excel application).
Once you do that,...
August 26, 2019 at 6:39 pm
Hi Rechana,
Your question is interesting to me even though unfortunately I don't have any expertise to share with you. but I subscribed to see what you end up choosing...
August 26, 2019 at 4:49 pm
Drew,
I feel like such an idiot. You're absolutely right about the parentheses. That solved problem #1.
I knew the text data type was deprecated but never thought to CONVERT or...
August 26, 2019 at 4:48 pm
This is not a pleasant one to solve.
The only way I know of doing this is to write some C# code in a script task which will get the sheet...
August 26, 2019 at 4:45 pm
May I ask what you are trying to achieve overall?
August 23, 2019 at 10:03 pm
You may even be able to redirect the rows when it goes to put the data in the target table.
You mean if the INSERT fails? Yes, you can redirect...
August 23, 2019 at 7:06 pm
The validation your are referring to has to be done manually, ie, create some queries which identify the issues you are concerned about and run them on the staged data.
If...
August 23, 2019 at 6:59 pm
Secondly, do you realise that your table thoroughly violates relational database principles?
A Gender table should contain, erm, genders and only genders.
A City table would contain your cities.
A Person/Customer table would...
August 23, 2019 at 6:57 pm
First of all, there is no need to shout ... please consider using some lowercase letter in future.
Secondly, please provide your data in a consumable format (one which can be...
August 23, 2019 at 6:54 pm
Hello,
I noticed that SQL Server 2005 SP3 is not in the in the supported version to be upgraded to SQL Server 2008 R2 as shown in the link below....
August 22, 2019 at 6:46 pm
I'd be interested to know if the SSIS transforms perform any better or worse than well-written SQL scripts.
It's tough to beat well-written SQL scripts, but it's also quite rare...
August 21, 2019 at 8:29 pm
Viewing 15 posts - 3,376 through 3,390 (of 13,882 total)