Viewing 15 posts - 18,646 through 18,660 (of 19,564 total)
And what if the query is run on any other day than saturday?
What if i run it on 12/22 or 12/25? What should the date ranges be for each...
December 18, 2009 at 1:07 pm
Yes, there are Tech Centers that specialize in MS Courseware throughout the US.
December 18, 2009 at 1:04 pm
what is the default database for the user?
Also, what db roles have you added for the user/group?
December 18, 2009 at 1:02 pm
Thanks for the feedback. That was the next suggestion.
December 18, 2009 at 1:00 pm
So, you have no method or test cases or values for which you could use to test these procs?
Having valid test data to go with these procs would also help...
December 18, 2009 at 12:59 pm
You're welcome.
December 18, 2009 at 12:57 pm
Touching on something that Gus mentioned.
When the procs are moved into the database, there is better control on performance of the proc by the DBA. When the code is...
December 18, 2009 at 12:52 pm
atwite (12/18/2009)
How would you change the query to find duplicates if the entries were numbers? I have been tasked with creating a query that will...
December 18, 2009 at 12:36 pm
Lowell (12/18/2009)
SELECT
CASE
WHEN object_name(tr.parent_id) IS NULL Then 'Database'
...
December 18, 2009 at 12:30 pm
If the new file is in a separate filegroup, you move the data by moving the clustered index to the new filegroup.
Otherwise, it is as Homebrew said for if it...
December 18, 2009 at 12:26 pm
Is the child stored procedure able to execute independently of the parent proc?
Has the process ever worked?
December 18, 2009 at 12:24 pm
This script is a nice starter script. What I see from the script is that it lists all of the foreign keys. After that, you are required to...
December 18, 2009 at 12:03 pm
More information would be needed to best answer the question. As it is, we are only guessing at how best to help/answer your question.
December 18, 2009 at 11:59 am
Pricing is where I am coming from. In pricing the two, I have noticed the price gap close to about $100. For that $100 I can get 4GB...
December 18, 2009 at 11:57 am
Greg Edwards-268690 (12/18/2009)
x64 bit SQL 2008 R2
Box has the new 48 core Intel chip, single socket
Living on the edge....
Did Alvin change his avatar, or is Steve still...
December 18, 2009 at 10:55 am
Viewing 15 posts - 18,646 through 18,660 (of 19,564 total)