Viewing 15 posts - 286 through 300 (of 323 total)
use DataLength function, for more information see SQL BOL.
try like this:
if datalength (@xmlWTSPrefrences) <> 0
begin
-- do something
end
else
begin
-- do something
end
🙂
November 5, 2007 at 4:08 am
table created successfully with some warning message. Try it.
November 5, 2007 at 3:47 am
which ver. of SQL Server using ?
SQL Server 2000: You can create DTS package through Enterprise Manager.
SQL Server 2005: Use Business Intelligent to create SSIS package.
November 5, 2007 at 3:28 am
try like:
selectisnull (add1, '') +isnull (add2, '') +isnull (add3, '') as 'Address' from
🙂
November 5, 2007 at 3:06 am
try like this:
selectisnull (add1, '') + isnull (add2, '') +isnull (add3, '') as 'Address' from
🙂
November 5, 2007 at 3:04 am
do you have any common field between the tables ?
November 5, 2007 at 2:21 am
While installing SQL Server 2005, you may select option for samples & databases, at that time sample databases installed.
🙂
October 31, 2007 at 5:40 am
Check the link: http://msdn2.microsoft.com/en-us/library/ms187445.aspx (Estimating the size of database). You may get good answer for your application.
🙂
October 31, 2007 at 5:36 am
Use my utility to generate DDL script for SQL Server Database.
Note: This utility requires, SQL Server 2005 and .NET 2.0 (Developed in C#.NET 2005 & SQL Server 2005)
🙂
October 31, 2007 at 4:22 am
Check the following link for FYI:
http://www.sql-server-performance.com/articles/per/temp_tables_vs_variables_p1.aspx
🙂
October 29, 2007 at 5:59 am
After installed, do the following way:
Start -> Program -> Microsoft SQL Server 2005 -> Configuration Tools -> SQL Server Surface Area Configuration
and also see the attached document file.
🙂
October 29, 2007 at 5:28 am
It's working fine, but takes very long time to execute.
October 1, 2007 at 3:15 am
Viewing 15 posts - 286 through 300 (of 323 total)