all groups > sql server programming > march 2007 > threads for saturday march 10
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
SQL Profiler v.s. Execution Plan
Posted by Samuel at 3/10/2007 11:13:08 PM
Hi,
I am writing a stored procedure and have come up with three different ways
to accomplish the same thing. I wanted to test the performance of each and
pick the best performing one (tested with roughly 1,5000 records).
I tried using Execution Plan and SQL profiler as reference, and found... more >>
Table Partitioning
Posted by msnews.microsoft.com at 3/10/2007 7:41:51 PM
I understand that table partitioning in sql server 2005 requires a native
datatype to direct data to the applicable filegroup, however, is it possible
to partitiondata based on a function like datepart(yyyy, columnname)=2007,
(or 2006, etc.)? That way all data based on the year in columnname ... more >>
SQL Mail Help
Posted by Skip at 3/10/2007 11:28:09 AM
Hi All,
I just upgraded to a new server and then reinstalled sql server 2005.
Everything seems to be going smoothly except SQL mail. I am using the
legacy Sql Mail. Problem is that when I try to execute XP_SendMail I
get the following error.
Msg 17930, Level 16, State 1, Line 0
xp_sendma... more >>
Group By Query
Posted by Ranjit kurian at 3/10/2007 7:29:00 AM
Hi,
I have a table as shown below
Account Date Balances
OTC 01-Jan-07 1000
OTC 02-Jan-07 6000
OTC 03-Jan-07 3000
OTC 04-Jan-07 4000
OTC 05-Jan-07 5000
ICT 01-Feb-07 2500
ICT 02-Feb-07 3000
I want to extract the row which has the latest date with corresponding
balance in both OTC an... more >>
How do I connect to a SQL 2K table in VS05 with Crystal rpts VS E
Posted by Gordon at 3/10/2007 6:19:00 AM
Hi;
How do I connect to a SQL 2K table in Visual Studio 2005 with the
Crystal Reports VS05 edition ?
I tried using VS help.
I followed the instructions to the letter I am able to grad coluumns to the
detail line from the fields tab. But when I tried previewing the report
instead of da... more >>
set certain fields to caps
Posted by nexikan at 3/10/2007 6:17:53 AM
Hi all,
If I have a case-insensitive database running on SQL Server 2000, is
there any way to set certain fields to be able to record data in upper
case only? And if yes, are there any differences for SQL Server 2005?
Thank you,
Alex
... more >>
|