Viewing 15 posts - 76 through 90 (of 369 total)
Mark Eytcheson (10/30/2009)
November 2, 2009 at 1:06 pm
crookj (10/30/2009)
100% correct - in fact you can go up to 1,048,576 rolls in Excel 2007.Joe
That's a lot of dinner rolls! 😛
November 2, 2009 at 12:46 pm
Robert Heynen-454800 (10/27/2009)
October 28, 2009 at 2:42 pm
See Jacob Sebastian's XML articles:
XML Workshop X - Working with namespaces
http://www.sqlservercentral.com/articles/XML/61333/
XML Workshop XI - Default Namespaces
October 22, 2009 at 3:24 pm
In our use of XML as a data parsing mechanism from/to our .Net layer and SQL Server 2005 we are using traditional relational structures (tables) to hold the data. ...
October 20, 2009 at 8:31 am
ucbus 92278 (10/18/2009)
I am new to SQl server. Here is my question and hope some one can help me.
We have a database containingg the following structure: GrandParent (GP),parent(p1,p2,p3), child tables.
My...
October 19, 2009 at 7:56 am
We've successfully been using XML as a data transport mechanism with our .Net web application. However, things are a bit cleaner in that we can pass native XML (datatype...
October 19, 2009 at 6:56 am
Another reason not to use OPENXML.
See: Stop Using OPENXML
October 9, 2009 at 7:47 am
NTEXT has numerous limitations. I would cast the NTEXT column as NVARCHAR(MAX) and then use the REPLACE function to remove the offending (C) null.
Having been down this road before...
October 7, 2009 at 9:24 am
Mighty (10/1/2009)
I'm of the opinion that the answer(s) are incorrect.CUBE and ROLLUP where already available in SQL Server 2005, so they were not introduced with SQL Server 2008.
I'll add my...
October 1, 2009 at 7:10 am
You want to use DECIMAL with sufficient significant digits (scale) based upon the values being calculated. You did not specify the number of digits of the interest rate percentage....
September 21, 2009 at 12:45 pm
If you are trying to implement tested changes from a development/QA environment to "n" databases, see my thread 474053 http://www.sqlservercentral.com/Forums/FindPost474053.aspx which is part of Topic Migrating from Dev to...
September 17, 2009 at 1:39 pm
Mohit-652702 (9/4/2009)
a, an, and, la, le, les, and the
When I execute search on the...
September 17, 2009 at 11:41 am
This is one of the reasons to rely on checking 'equality' rather than 'inequality'.
Huh? This is just a simple compound condition test. The fact that it has an...
September 16, 2009 at 7:01 am
XML is a stream of data. It is not "records". The carriage returns and line feeds that are added are done by a presentation layer such as IE...
September 15, 2009 at 7:31 am
Viewing 15 posts - 76 through 90 (of 369 total)