Viewing 15 posts - 241 through 255 (of 321 total)
The MSDB database is one of the heaviest-used system databases. It stores everything from DTS packages to Jobs (and the history of each).
You can create but it will slow...
January 22, 2008 at 5:04 am
Check following link.
January 22, 2008 at 4:07 am
No dual is not there in SQL Server
Check for the following link for more clarifications.
http://vyaskn.tripod.com/oracle_sql_server_differences_equivalents.htm
January 22, 2008 at 2:56 am
Check the following link may be useful
January 22, 2008 at 2:53 am
It is better to save in sql server with location path. While getting in the page it will be easy to display with location path.
Generally images takes more diskspace you...
January 22, 2008 at 2:47 am
What is the error you are getting?
January 22, 2008 at 2:30 am
January 22, 2008 at 2:28 am
I am able to execute without any problem. I tried on sql server 2005
See the following code
declare @a datetime
set @='01.01.2008'
select dateadd(dd,1,convert(datetime,@a,103))
January 22, 2008 at 1:39 am
Try with the following gives the current database status
Select bytesondisk from fn:virtualfilestats(1,1);
January 22, 2008 at 1:35 am
I am able to execute without any problem. I tried on sql server 2005
See the following code
declare @a datetime
set @='01.01.2008'
select dateadd(dd,1,convert(datetime,@a,103))
January 22, 2008 at 1:30 am
If it is a one time job you can use dts to transfer the data. There is no need of using XML.
January 22, 2008 at 12:37 am
What is the error you are getting?
January 22, 2008 at 12:20 am
Check the following link may be useful
http://drsql.spaces.live.com/blog/cns!80677FB08B3162E4!1333.entry
January 21, 2008 at 11:46 pm
Viewing 15 posts - 241 through 255 (of 321 total)