Viewing 15 posts - 24,796 through 24,810 (of 26,484 total)
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
Properly used, UDF's good; improperly used, UDF's BAD.
Comes down to an "It depends".
I have a set of tvf that allow me to do As Of queries against our ODS database....
May 8, 2008 at 10:11 am
Anders Pedersen (5/8/2008)
May 8, 2008 at 10:04 am
Use this as a starting pointing:
DECLARE @Query varchar(8000), @ColumnName varchar(50), @vho char(6)
--SELECT @ColumnName = ChannelMapName
--FROM myTable WHERE idNum = 1
--SELECT @vho = vho_cd
--FROM myTable WHERE idNum = 1
set @ColumnName =...
May 8, 2008 at 9:50 am
Frank,
That sort of helps, but doesn't. The output sample at the top of the post doesn't match the sample data at the bottom. I am a visual type...
May 8, 2008 at 9:31 am
Not sure where you are looking in BOL, but my local copy matches the version at Microsoft, and it clearly discusses 5 system databases, including the Resource Database (mssqlsystemresource.mdf/mssqlsystemresource.ldf).
Here is...
May 8, 2008 at 8:41 am
Viewing 15 posts - 24,796 through 24,810 (of 26,484 total)