Viewing 15 posts - 4,486 through 4,500 (of 8,753 total)
Grant Fritchey (9/21/2015)
September 21, 2015 at 8:34 am
BOR15K (9/21/2015)
Can one advise if it is possible to fully validate an XML file based on its XSD Collection please?
I do have an XSD Collection myCollection and then I validate...
September 21, 2015 at 2:55 am
bkshn (9/21/2015)
HelloI want to save 999999999 as real data in sql.
but it saved 1+E09.
Could you help me how can I save 999999999?
thanks alot
Quick question, do you need an actual number...
September 21, 2015 at 2:20 am
OS: Windows 2003 Enterprise x64 Edition
SQL :MS SQL Server 2005 SP3
That's quite an antique collection you got there, not certain if the backup is your real problem!
😎
Is the third party...
September 20, 2015 at 12:52 pm
thomashohner (9/20/2015)
I am trying to do a very small numbers table to compare A1c's against. However I am running into a issue when recursion hits the number 2.27 it...
September 20, 2015 at 12:45 pm
Quick thought, I've used free tds, http://www.freetds.org/ for years, many of my workstations are Linux/Unix and freetds provides the equivilent of sqlcmd, works quite well (most of the time:-D). Does...
September 20, 2015 at 11:35 am
Is anyone memory optimized?
😎
September 20, 2015 at 10:11 am
I've reproduced the 64/65 split using a small set of 1,000,000 rows with much higher duplication on the key than in your set, roughly 4 times higher. The difference between...
September 20, 2015 at 9:57 am
Jason A. Long (9/20/2015)
Eirikur Eiriksson (9/20/2015)
Quick question Jason, can you post the source for the dbo.SplitCSVToTable8K function?😎
It's simply a renamed version of Jeff Moden's DelimitedSplit8k function. It was renamed to...
September 20, 2015 at 5:51 am
Jason A. Long (9/19/2015)
IF...
September 20, 2015 at 1:51 am
vijayu (9/20/2015)
I tried so hard to recreate the error 833, through simulation using different suggested method. But was not successful. Can I manually add it in the error log of...
September 20, 2015 at 1:45 am
My suspicion is that this has more to do with the selectivity, that is the number of duplicate key values in the nonclustered index.
😎
What is the output of this query?
SELECT
...
September 20, 2015 at 1:31 am
shamshad.ali (9/18/2015)
September 19, 2015 at 10:52 am
ANn -425914 (9/18/2015)
Is there a query to get CPU load history for the past 6 months or so for a SQL server?Thanks,
No, the stats are accumulative, you will have...
September 19, 2015 at 9:22 am
vincenzo.capelli (9/19/2015)
I have this task, I have to copy from one database into a remote all record which contain a specific value into a specific column. (the remote Db destination...
September 19, 2015 at 9:10 am
Viewing 15 posts - 4,486 through 4,500 (of 8,753 total)