Viewing 15 posts - 466 through 480 (of 1,048 total)
Freddie-304292 (8/4/2011)
The form of government created by the founders of the United States and defined by its Constitution is a Representative Republic, not a Democracy. The founders were all...
August 4, 2011 at 11:02 am
Freddie-304292 (8/4/2011)
sturner (8/4/2011)
Freddie-304292 (8/4/2011)
Do you support an individuals right to elect not to participate in the so called "universal health care"? If you do not than you force everyone to...
August 4, 2011 at 9:48 am
Freddie-304292 (8/4/2011)
Do you support an individuals right to elect not to participate in the so called "universal health care"? If you do not than you force everyone to conform to...
August 4, 2011 at 9:18 am
Freddie-304292 (8/4/2011)
This micro-management of people's lives is illustrative of the socialist (aka liberal) mindset. They are just not happy unless they are monitoring and/or controlling every single decision a person...
August 4, 2011 at 9:00 am
Freddie-304292 (8/4/2011)
At least right now, I can decide for myself (instead of the government making the decisions for me) where I want to spend my money. ...
August 4, 2011 at 8:32 am
Gosh, so many loners in the software/DBA world... no wonder some people get the idea we are nerds lol.
I do enjoy some time alone for contemplation but rarely at...
August 3, 2011 at 7:43 am
In my experience scaling up to many magnitudes is never linear because there are too many different resources involved that don't scale the same way.
Good luck.
July 29, 2011 at 10:19 am
The hash is a true binary value, you'll have to convert it into hex or base64 encoded characters if you want to print it.
I typically use sys.fn_varbintohexsubstring() but you can...
July 29, 2011 at 10:00 am
The best way is to perform some actual tests. Create as similar an environment that you can, create the database objects and populate them with test data.
You may also...
July 29, 2011 at 9:56 am
TravisDBA (7/27/2011)
cengland0 (7/27/2011)
GSquared (7/26/2011)
July 28, 2011 at 8:43 am
"If the program SQL Server comes up with (some of which you can see in the graphical or XML show plan output) is not optimal, ensure you have good estimates...
July 28, 2011 at 7:21 am
Might be a nice option when creating a table but I would not like it to be there whether it was needed/wanted or not.
Personally, I don't see why you can't...
July 27, 2011 at 10:24 am
Scalability is an architectural and/or a design issue. There is nothing inherent in SQL Server that makes it non-scalable... in fact, in my experience it is a very flexible and...
July 27, 2011 at 9:52 am
just drop the subscriptions and start over. You have missed a step somewhere or selected an option that bypassed the snapshot needed for initialization.
July 26, 2011 at 12:47 pm
10 jobs on 10 different schedules, or on the same schedule execute asynchronously.
If you are referring to a scenario where 10 different "jobs" are implemented as 10 separate steps...
July 26, 2011 at 11:23 am
Viewing 15 posts - 466 through 480 (of 1,048 total)