Viewing 15 posts - 9,631 through 9,645 (of 14,953 total)
David Webb (5/4/2009)
I got $10 that says he deleted the table and believes he can recreate it from the views.
That was my first thought too. But schemabinding should prevent...
May 5, 2009 at 7:28 am
Good article. I'm just starting to play with 2008, and this definitely will help.
May 5, 2009 at 7:27 am
Lynn Pettis (5/4/2009)
Anyone else as confused as me about this one?
I'm assuming you mean anyone other than the OP, who is at least as confused as you are.
May 4, 2009 at 3:21 pm
Since you already have the original table (the table the views select from), why not just use that as your source for the final table?
May 4, 2009 at 3:17 pm
I recently did that by running a server-side trace for a month. There were several databases where the only connections to them were maintenance plans.
May 4, 2009 at 1:03 pm
None that I know of.
May 4, 2009 at 11:21 am
Luke L (5/4/2009)
RBarryYoung (5/4/2009)
Bob Hovious (5/4/2009)
I saw a werewolf drinking a pina colada at PASS in Seattle...And his code was perfect....
Ahoooooooooooo
Werewolves of SQL
Uh,oh, copyright infringement, Warren's not gonna like that....
May 4, 2009 at 11:17 am
In your modules, create a module that can take the value as an input, a global variable that the module can assign the value to, and a function that can...
May 4, 2009 at 11:16 am
GilaMonster (5/4/2009)
Bob Hovious (5/4/2009)
I saw a werewolf drinking a pina colada at PASS in Seattle...And his code was perfect....
Ahoooooooooooo
Werewolves of SQL
What?
May 4, 2009 at 11:09 am
Take a look at the IsDate() function. If you select the rows where that = 0, for the column, you'll find the ones that won't work.
May 4, 2009 at 11:03 am
I'm having trouble following your question. Are you looking for something that does a running total? Like for inventory management?
May 4, 2009 at 9:43 am
Access denied usually means the login you are using for the link doesn't have access to the server you're linking to.
May 4, 2009 at 9:40 am
xp_fixeddrives can tell you how much space you have left on drives. I believe Red Gate's SQL Response can monitor things like sudden table/database growth.
There are ways to cook...
May 4, 2009 at 9:39 am
How do you determine which result to transfer, if there are multiple records with the same ID, but different data in other columns? (If the data is the same...
May 4, 2009 at 9:37 am
Steve Jones - Editor (5/4/2009)
GSquared (5/4/2009)
May 4, 2009 at 9:31 am
Viewing 15 posts - 9,631 through 9,645 (of 14,953 total)