Viewing 15 posts - 31 through 45 (of 117 total)
Ok so when I create a snapshot of a regular standalone database and then delete a record in that database then the change will be at the database and if...
January 31, 2011 at 2:17 pm
I'm stupid :w00t:
It's Ctrl + R
Found it by using the menus LOL
January 31, 2011 at 12:51 pm
you are a genius.
i forgot my code won't be using an index with that datepart.
thanks!
January 26, 2011 at 3:25 pm
I'm dumb, I made a typo and I meant dataset LOL. Sorry.
I ended up making multiple datasets, one for each report item.
January 21, 2011 at 7:57 am
Hey guys thanks for clarifying this, especially craig and ramkumar.
I didn't expect the author of the book to find my post and reply---that was cool. 😀
January 5, 2011 at 8:26 am
Craig Farrell (12/13/2010)
SQL Iron Chef (12/13/2010)
In my environment I've seen:
1. WHERE ISNULL(burgertype, 'Bison Burger') <> 'Cheese Burger'
2. WHERE (burgertype IS NOT NULL OR burgertype <> 'Cheese Burger'
I'm just curious if...
December 13, 2010 at 1:41 pm
SQL Iron Chef (12/13/2010)
In my environment I've seen:
1. WHERE ISNULL(burgertype, 'Bison Burger') <> 'Cheese Burger'
2. WHERE (burgertype IS NOT NULL OR burgertype <> 'Cheese Burger'
I'm just curious if there is...
December 13, 2010 at 1:16 pm
Chuck Norris doesn’t need Try-Catch, exceptions are too afraid to raise.
September 22, 2010 at 5:12 pm
Houston, TX. The Energy and Humidity Capital of the World
September 22, 2010 at 4:22 pm
Thanks Eric, I got the same response when Googling so I tried to do it locally logged on to the server and same error happened
August 30, 2010 at 12:18 pm
I was able to figure this out about a week ago and wanted to share my experience.
1. I basically used a table layout with fixed times on the columns (I...
August 30, 2010 at 12:09 pm
Just a guess, Try the DAC.
August 30, 2010 at 11:56 am
Thanks Wayne. I didn't know you could pass parameters via URL.
June 3, 2010 at 7:57 am
I actually just found out from the network admin that this was coming from microsoft system center.
man i was digging around all morning and wondering how i even got this...
May 24, 2010 at 9:11 am
Brandie Tarvin (4/30/2010)
Depends on ownership chaining. Does the same schema own both the view and the table?
Yes
April 30, 2010 at 8:01 am
Viewing 15 posts - 31 through 45 (of 117 total)