Viewing 15 posts - 6,301 through 6,315 (of 7,168 total)
XML is a binary data type so it has to de-serialized into a string before it can be cast to a numeric type.
Works because SQL Server XML data types...
May 27, 2011 at 12:40 pm
ACE works with Access too. Here is the redist pkg you want to install:
May 27, 2011 at 11:57 am
The method using NEWID works well.
TABLESAMPLE is pretty handy too:
May 27, 2011 at 11:30 am
john 50727 (5/27/2011)
May 27, 2011 at 10:41 am
I was just curious if there was a different way to handle it.
Yes, there is:
Build a module/screen/class/whatever-its-called-in-the-middle-tier-or-front-end-language of your maintenance application that applies to each reference table to allow users...
May 27, 2011 at 10:37 am
tshad (5/26/2011)
May 27, 2011 at 9:51 am
tshad (5/26/2011)
ie, CREATE TABLE tables
(
...
May 26, 2011 at 8:04 pm
john jin (5/26/2011)
Similar things happened to us. It helped a lot after we did configuration changes as you said.Why not have a try?
Sorry, but this is an irresponsible comment and...
May 26, 2011 at 7:58 pm
Good news, you can!
Have a look at SQL Agent Tokens:
http://msdn.microsoft.com/en-us/library/ms175575.aspx
I don't remember if name is available straight away, but job ID is and you can look up the name in...
May 26, 2011 at 4:49 pm
Sounds like a resource contention issue...those are fun to figure out 🙂
>Are there network congestion issues in your environment?
>What else is running on the app server at the time...
May 26, 2011 at 2:10 pm
Your question is very general for a forum setting...Google/Bing for "ssis tutorial" and "import text file" and start experimenting. If you get stuck on a technical detail trying to get...
May 26, 2011 at 2:02 pm
It all depends on how you are built to learn...do you learn better by reading text independently? do you learn by doing? do you learn best via dialogue with a...
May 26, 2011 at 1:51 pm
In your "after insert" trigger on Table A a MERGE statement could be used to update data in Table A from data in Table B.
MERGE BOL article: http://technet.microsoft.com/en-us/library/bb510625.aspx
May 26, 2011 at 1:40 pm
Judy Scheinuk (5/26/2011)
May 26, 2011 at 11:00 am
Viewing 15 posts - 6,301 through 6,315 (of 7,168 total)