Viewing 15 posts - 24,796 through 24,810 (of 26,490 total)
achaudhr (5/12/2008)
One example of the query I am using on the view is:
select BibNumber from [vw_TypesOnlinePeriodicalsJoin]
where TiQueryValue...
May 12, 2008 at 11:11 am
Also depends on the position you are being interviewed for:Database Developer vs Database Administrator as well as level Junior, Mid, or Senior. That would also impact the correctness of...
May 9, 2008 at 11:33 am
That is the RTM version. You need to download and install SP 2.
May 9, 2008 at 10:18 am
Do this in SSMS and let us know the results: select @@version
May 9, 2008 at 9:57 am
Have you applied all the latest service packs?
May 9, 2008 at 9:28 am
Ted Pin (5/9/2008)
@Lynn, but you are already a prolific writer, as evidenced by your contribution to this forum! 😀
Yes and no. Yes I have written a lot on this...
May 9, 2008 at 9:04 am
You are using ANSI standard style coding when using the JOIN...ON clause. The other style is the old way of writing SQL. Works fine in SQL Server 2005...
May 9, 2008 at 8:37 am
Robert Domitz (5/9/2008)
May 9, 2008 at 8:25 am
So, would you improve the question, or the answers provided? To take this into an interview environment, I would be looking to see if someone knew that there were...
May 9, 2008 at 8:09 am
True, YMMV, but for our PeopleSoft application where I have tempdb on its own drive with multiple files, nary a blip. It's big enough that it doesn't grow, and...
May 9, 2008 at 8:03 am
Jamie Longstreet (5/9/2008)
May 9, 2008 at 6:17 am
From what I have read, creating multiple files for tempdb helps even if they are on the same drive. I have a production server setup that way and the...
May 8, 2008 at 12:42 pm
I have purchased many SQL Server 2005 books (none of them study guides), partially read some of them looking for specific information as needed. I'd like to take the...
May 8, 2008 at 12:28 pm
Play with the query a bit, you'll find it simple to get the ' into it. Something like this ''' instead of '.
😎
May 8, 2008 at 10:13 am
Viewing 15 posts - 24,796 through 24,810 (of 26,490 total)