Viewing 15 posts - 1,501 through 1,515 (of 2,038 total)
David (4/8/2009)
Florian Reischl (4/3/2009)
Hi DavidThis is quiet similar to another post:
http://www.sqlservercentral.com/Forums/Topic686470-338-1.aspx
There you can also find a very good solution from Bob Hovious.
Greets
Flo
Flo, I managed to do it by following Bob's...
April 8, 2009 at 12:55 pm
Vijaya Kadiyala (4/8/2009)
In Other words i did exactly same as Flo mentioned in this post.
Hi Vijaya Kadiyala
Thanks for confirmation! 😎
Greets
Flo
April 8, 2009 at 9:08 am
Jonathan Mallia (4/8/2009)
search for OPENXML... it will probably be your final solution...
Hi Jonathan
OPENXML is marked as deprecated in SQL Server 2005. It will be removed in future version. You should...
April 8, 2009 at 8:28 am
Lowell (4/8/2009)
one format, the ISO one, is really handy for me, as I have to do a lot of that conversions;
ISO8601 (XML) ...
April 8, 2009 at 6:27 am
Lowell (4/8/2009)
April 8, 2009 at 6:26 am
Hi Lowell!
Lowell (4/7/2009)
April 8, 2009 at 6:10 am
So here is my formatting function 😉
It's another concept than Lowell's but might also help in some cases. Keep in mind, if possible use CONVERT due to a much better...
April 8, 2009 at 6:05 am
Duplicate post: http://www.sqlservercentral.com/Forums/Topic692873-149-1.aspx
April 8, 2009 at 3:37 am
You're very welcome!
Greets
Flo
April 7, 2009 at 3:51 pm
Hi
SSIS web casts at MS:
http://www.microsoft.com/events/series/bi.aspx?tab=webcasts&id=42664
... maybe anybody knows better.
SSIS start page at MSDN:
http://msdn.microsoft.com/en-us/library/ms141026(SQL.90).aspx
SSIS tutorials at MSDN:
http://msdn.microsoft.com/en-us/library/ms167031(SQL.90).aspx
Greets
Flo
April 7, 2009 at 3:46 pm
Hi
Just remove the doubled "'" within the brackets:
sp_MSforeachdb
'
ALTER DATABASE [?] SET AUTO_CLOSE OFF WITH NO_WAIT
'
To avoid any errors you have to exclude at least the master and tempdb. I would...
April 7, 2009 at 3:42 pm
Hi
To your error:
Seems that you call your procedure without the @forename parameter.
To your problem:
Some more information would be helpful:
* Are the 4 (source + 3 destinations) same structure?
* Could you...
April 7, 2009 at 1:24 pm
Hi
The 2^n-1 logic comes from old systems because the last character was a 0-character which terminated the string. New systems usually do not use this termination and are optimized to...
April 7, 2009 at 12:05 pm
No cross posts...
http://www.sqlservercentral.com/Forums/Topic692311-149-1.aspx
April 7, 2009 at 11:54 am
Jerry Hung (4/7/2009)
another reason why Microsoft should rename the TIMESTAMPE data type
... another reason why the name "TIMESTAMP" should be removed:
In ODBC the SQL Server DATETIME is mapped to type...
April 7, 2009 at 11:16 am
Viewing 15 posts - 1,501 through 1,515 (of 2,038 total)