Viewing 15 posts - 166 through 180 (of 349 total)
Hello,
You can install SQL 2005 without un-installing SQL 2000 but you need to install SQL 2005 as a named instance.
Hope this helps.
September 27, 2006 at 2:36 pm
Hello Miller,
The compatibility level for 2K5 is 9 and not 7. Please check the compatibility level of other databases which were showing up in the maintenance plan.
Thanks
September 20, 2006 at 11:39 am
Hello Thomas,
I haven't seen any problem in viewing any of the presentations. I have been to the site "n" number of times logging in from different machines.
Might be a problem...
September 20, 2006 at 8:45 am
Hello Venkat,
You can go ahead with the following steps:
1. First create a user
2. Now, create a role and see that the user created in step 1 is a part of this role.
3....
September 15, 2006 at 7:45 am
Hello Nali,
You can save it as a .dts file and copy it over to the destination server. First right mouse click on the DTS designer window and select save as...
September 14, 2006 at 1:32 pm
Hello Tim,
Do you mean 2 SQL instances on each of the cluster nodes?
If so, can you check for the physical files of each instance "msdb" database on the second node...
September 14, 2006 at 11:01 am
Hello Hans,
Can you check this query:
select
* from sys.systypes where uid !=...
September 14, 2006 at 9:40 am
Hi Steve,
As you said in your post, you need to select "schedule" option in the DTS and select the time for execution of your package. It will automatically create a...
September 13, 2006 at 1:58 pm
Hello Ninel,
You can query the system table "sysdatabases".
Thanks
September 8, 2006 at 12:42 pm
Hello,
Can you post the table structures which you are using in your query? It might give an insight for anybody to help you out.
Thanks
September 8, 2006 at 12:39 pm
Hello,
Do you mean that the multi-valued parameter is a varchar with a comma(,) delimited values? if so, then you can go ahead as
@parameter1 datetime = '', @parameter2 datetime =...
September 8, 2006 at 10:44 am
Hello,
Where is the "From" clause in your query???
Thanks
September 8, 2006 at 8:57 am
Hello,
Try this one
update hdtd
set hdtd.TechnicalDescription = stg.TechnicalDescription
from stg_HelpDetailsTechDesc stg,
HelpDetailsTechDesc hdtd
Left join HelpDetails hd on stg.EventName = hd.title
where hd.HelpDetailsID = hdtd.HelpDetailsID and
hd.HelpTypeID = hdtd.HelpTypeID and
hd.HelpTypeID = 1
Thanks
September 8, 2006 at 8:55 am
Hello,
Click on "Execute SQL Task" icon and place it on the designer window in DTS. Here you need to have the existing connection selected and give the required SQL statement...
September 7, 2006 at 8:20 am
Viewing 15 posts - 166 through 180 (of 349 total)