Viewing 15 posts - 241 through 255 (of 281 total)
Do you want to update the base tables through the view?
March 11, 2009 at 8:32 am
See if this helps you:
http://www.sqlservercentral.com/Forums/Topic667087-145-1.aspx#bm667120
March 11, 2009 at 8:04 am
You can find more details in Itzik Ben Gan's "Inside Microsoft SQL Server 2005— T-SQL Programming" - part of the Chapter 1 deals with the datetime "nuts and bolts"...
March 9, 2009 at 5:06 am
Can you try to uninstall MSXML 6 and install SQL Express again?
See if this helps:
March 6, 2009 at 3:20 pm
You can also try to adjust this example:
http://www.sqlteam.com/article/scheduling-jobs-in-sql-server-express
It's based on service broker...
March 4, 2009 at 7:50 am
Paul, Gail: I'm sorry. I should have been more specific (links...) and less cautious ("never"...). I feel really sorry about this.
March 3, 2009 at 12:28 pm
Sakthivel Chidambaram (3/3/2009)
Option 1:Try SQL 2008 Express which is free
Option 2:
Install SQL 2008 Client tools and connect to SQL 2005 and see whether intellisense works
As far as I know,...
March 3, 2009 at 3:29 am
Please post your code.
March 3, 2009 at 2:56 am
You may also consider upgrading to SQL 2008...
March 3, 2009 at 2:33 am
As GilaMonster said, you should NEVER use DBCC REBUILD_LOG. Do you have any backups? How old are they?
See also http://sqlskills.com/BLOGS/PAUL/category/CHECKDB-From-Every-Angle.aspx
March 3, 2009 at 2:28 am
You can find some valuable advice here:
http://sqlskills.com/BLOGS/PAUL/category/CHECKDB-From-Every-Angle.aspx
March 3, 2009 at 2:21 am
GilaMonster (11/27/2008)
November 29, 2008 at 3:37 am
You're welcome. You can start learning the "nitty - gritty" with Adam Machanic's tutorial on http://www.simple-talk.com/sql/learn-sql-server/.
September 18, 2008 at 2:56 pm
Viewing 15 posts - 241 through 255 (of 281 total)