Viewing 15 posts - 181 through 195 (of 200 total)
Could you post an example? (DDL, sample data, expected results.)
Anyway, unless you know the XML Schema in advance you're pretty much in a world of trouble. Then again, why wouldn't...
December 19, 2007 at 2:56 am
I understand what you want to achieve, but you haven't answered any of my questions. It is of vital importance that you identify the relationship between the two sets. Sample...
December 18, 2007 at 3:05 am
What is the natural key for each company? IOW: how can you tell companies apart other than using the surrogate CompanyID key?
When you answer the question above you'll also know...
December 18, 2007 at 2:04 am
Have you considered using a calendar table? See this article for a few ideas:
For a better answer, please, describe your requirements in more detail (in business terms -...
December 18, 2007 at 1:56 am
Please, give an example of the required output.
December 18, 2007 at 1:46 am
Thanks!
And I agree, Steve (& Co.) are doing a great job keeping the community active and productive.
October 28, 2007 at 7:56 am
Regarding this article:
http://www.sqlservercentral.com/articles/2926/
...none of the files are available, so it's not possible to know any DDL (especially how the tables are indexed).
While the duration of query execution...
October 26, 2007 at 6:11 am
I assume you have an alternative in mind that would perform better...?
October 26, 2007 at 5:50 am
What is the exact error message? Does your hardware meet the requirements?
October 17, 2007 at 5:35 am
Several hundred thousand rows per table will not present much of a challenge to SQL Server 2005.
How frequently will the data be modified? What are the general use cases? Have...
October 17, 2007 at 5:30 am
Perhaps you should ask this in a Java-related newsgroup/forum.
October 17, 2007 at 5:24 am
When the mirror database is not available the mirroring session is suspended: the principal stops sending logs to the mirror, yet the processing on the principal continues. The unsent log...
October 17, 2007 at 5:06 am
Unless you find out how (if?) the data has been encrypted and either import the appropriate encryption objects into the database or decrypt the values using a client application, the...
October 17, 2007 at 4:38 am
The address to your web method should be in the form of:
http://server/endpoint_path%5Bb%5D?wsdl%5B/b%5D
More info in Books Online:
October 17, 2007 at 4:26 am
What exactly do you mean by "aren't attached to a server"? Isn't the database engine installed on your machine?
The Express edition is in this regard no different from any other...
October 17, 2007 at 4:19 am
Viewing 15 posts - 181 through 195 (of 200 total)