Viewing 15 posts - 8,656 through 8,670 (of 26,490 total)
You should be able to assign the cores to specific instances by setting the processor affinity. Look at the properties of the instances.
March 3, 2013 at 7:38 pm
Jeff Moden (3/3/2013)
Lynn Pettis (3/3/2013)
WITH TableA_CTE AS(
SELECT TOP (@TOP_HANDLED_ROWS)
TableAID,
...
March 3, 2013 at 5:52 pm
Jeff Moden (3/3/2013)
Lynn Pettis (3/3/2013)
March 3, 2013 at 5:51 pm
This method requires that the developer understand the date format code and that silent truncation is taking place. Like I said, how many times have we seen people complain...
March 3, 2013 at 4:54 pm
polkadot (3/3/2013)
Well, Joe Celko forewarded the book. I would have...
March 3, 2013 at 4:23 pm
Curious if the following would work in this situation with proper indexing of the target table.
WITH TableA_CTE AS(
SELECT TOP (@TOP_HANDLED_ROWS)
TableAID,
TableAStatusTypeID,
...
March 3, 2013 at 3:48 pm
GilaMonster (3/3/2013)
aviadavi (3/3/2013)
March 3, 2013 at 3:10 pm
You can trying stripping the backups to multiple files and email those separately. You could also look at encrypting the zip file and using something like SkyDrive to server...
March 3, 2013 at 1:56 pm
First answer, yes. You can only have one mirroring endpoint per instance.
Regarding the second question, from MSDN:
LISTENER_IP = ALL | (4-part-ip ) | ( "ip_address_v6" )
Specifies the IP address...
March 3, 2013 at 1:53 pm
You would probably get better answers if you asked this on an Oracle forum. This is a Microsoft SQL Server forum.
March 2, 2013 at 11:47 pm
Steven Willis (2/27/2013)
http://xkcd.com/1179/
Yes, but '20130227' is guaranteed to convert from a string to a date in SQL Server regardless of the setting of DATEFORMAT where as '2013-02-27' can be affected...
March 2, 2013 at 6:24 pm
I would say yes as long a MS doesn't add anything with the same name, then you may have problems.
March 2, 2013 at 6:16 pm
One, is there a reason you did not provide the entire test of the error message?
Two, just a shot in the dark, but have you checked the permissions on the...
March 2, 2013 at 6:07 pm
Looking at this but I am slightly confused as to what it is you are actually attempting to accomplish.
Based on your description what you seem to be looking for is...
March 2, 2013 at 6:04 pm
Decided to up the test to Jeff's normal 1,000,000 row test:
(1000000 row(s) affected)
======================================================================
Now, do the exact same tests adding hard-coding of the calculation
being done with the various functions with a...
March 2, 2013 at 5:37 pm
Viewing 15 posts - 8,656 through 8,670 (of 26,490 total)