Viewing 15 posts - 196 through 210 (of 789 total)
If your databases are in one Server I think they are centralized, so if you mean to collect all databases in one ...one of the solution is to organize them...
January 9, 2010 at 2:04 am
I'm not sure what you are trying to do, but it doesn't work!
Use something like this
DELETE FROM TABLE
WHERE your_filed = DATEPART(...)
Maybe you can find the required results.
Anyway post the Table...
January 9, 2010 at 12:07 am
...and I vote for vstitte's suggestion ... for the TEST environment or maybe any virtual machine!
January 2, 2010 at 1:55 pm
In the hardware can be problem the memory use, I don't know your hardware components that you have in your server but if you have the large memory environment or...
January 2, 2010 at 1:52 pm
Thanks for the info!
More...info from Steve or Andy or others...?
December 30, 2009 at 10:14 am
Thanks for sharing the article in SSC, Andy! :hehe:
December 29, 2009 at 3:00 pm
Steve Jones - Editor (12/28/2009)
Not a bad idea, though I think SQL Azure needs it's own section. It isn't really tied to SQL Server 2008.
I think for beginning with SQL...
December 29, 2009 at 12:10 am
Jeff Moden (12/24/2009)
December 24, 2009 at 4:37 pm
Jeff really nice job here ...great function!
Once again I retrieve the same results from this statement:
SELECT NAME FROM T-SQL_MASTERS WHERE NAME LIKE 'J%'
The result is;
Jeff Moden - sorry ah!
December 24, 2009 at 2:55 pm
ss-457805 (12/24/2009)
Jeff,This is awesome. You are a Genius.:-)
I agree with you ... if you SELECT NAME FROM T-SQL_MASTERS WHERE NAME LIKE 'J%' you will retrieve the only result Jeff Moden.
December 24, 2009 at 2:33 pm
First of all your operator here is wrong "=>" it must be >= or <=
So you declared the parameter but you didn't use it!
December 24, 2009 at 12:42 am
Check the link in my signature, than you will tell us your problem more clearly!
December 24, 2009 at 12:38 am
Maybe in 2011 will come up the new version of the SQL Server, and I don't know, no reason to call it SQL Server 2010 till it comes in 2011!...
December 23, 2009 at 1:32 pm
...what ever you learn SQL Server 2005 or 2008 will be welcome for you... I recommend to learn SQL Server 2008, it includes also SQL Server 2005 and more than...
December 20, 2009 at 2:38 pm
Check also this post:
http://www.sqlservercentral.com/Forums/Topic466626-338-1.aspx
Have nice deleting with these two alternatives!
:hehe:
December 10, 2009 at 6:14 am
Viewing 15 posts - 196 through 210 (of 789 total)