Viewing 15 posts - 23,386 through 23,400 (of 26,490 total)
ggraber already answered your question. The best thing I could suggest at this time is for you to test it yourself. All you need to do is create...
December 3, 2008 at 12:19 pm
rshafer (12/3/2008)
December 3, 2008 at 8:51 am
Doug (12/2/2008)
UPDATE dbo.CLAIMS SET admission_date =...
December 2, 2008 at 10:15 pm
skjoldtc (12/2/2008)
December 2, 2008 at 10:06 pm
Okay, you said the restore worked the first time, but failed after that? If so, I know why. Here is the SQL for the restore that should work.
RESTORE...
December 2, 2008 at 10:03 pm
Just be careful with DTA, it might not give you what you are looking for either. During a performance issue on our Finance system, it never determined that an...
December 2, 2008 at 3:27 pm
Are you looking at an upgrade in the near future?
December 2, 2008 at 3:25 pm
Generic answer, but it fits, "It Depends". We use schemas in our stage databse to organize the destion tables for our imports from our LOB systems. This allows...
December 2, 2008 at 2:47 pm
Jeff Moden (12/2/2008)
jeffkretz (12/2/2008)
Gaby Abed (12/2/2008)[hr
Agreed...I'm working on my MCTS for SQL 2005 but I plan to emphasize my experience first on the resumes and keep the certification at the...
December 2, 2008 at 2:16 pm
Okay. I remember having some problems trying to use the column alais at my last employer and ended up using the underlying column name to get it to work.
December 2, 2008 at 11:54 am
Here is a link to an article that talks about the Tally Table: http://www.sqlservercentral.com/articles/TSQL/62867/
December 2, 2008 at 11:51 am
If I remember correctly (and I just don't feel like testing it), you couldn't use a column alias in the order by in SQL Server 2000.
December 2, 2008 at 11:08 am
Is the backup failing or the restore? If the restore, can we see your restore script?
December 2, 2008 at 10:47 am
Sudheer (12/2/2008)
December 2, 2008 at 10:38 am
Gail, I took your simple query (changed the table to Contact in AdventureWorks) and ran the following:
select title, FirstName as name, LastName as name from Person.Contact p
order by p.FirstName ...
December 2, 2008 at 10:35 am
Viewing 15 posts - 23,386 through 23,400 (of 26,490 total)