Showing posts with label management. Show all posts
Showing posts with label management. Show all posts

Friday, March 30, 2012

Modification of MsDTSSrvr.ini.xml does not work in June CTP

Hi,

I thought msdtssrvr.ini.xml controls package browsing, registration, and general management within SSMS. It is controlled by the HKLM\SOFTWARE\Microsoft\MSDTS\ServiceConfigFile registry key.

I've attempted to modify this config file so I can add some custom folders to group packages logically but they all failed. It seems that SSMS totally ignores the config file and only load File System and MSDB sub-folders under Stored Packages folder in Object Explorer. Below is a sample of changes I made to the config file:

<?xml version="1.0" encoding="utf-8"?>
<DtsServiceConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<StopExecutingPackagesOnShutdown>true</StopExecutingPackagesOnShutdown>
<TopLevelFolders>
<Folder xsi:type="SqlServerFolder">
<Name>MSDB</Name>
<ServerName>.</ServerName>
</Folder>
<Folder xsi:type="FileSystemFolder">
<Name>File System</Name>
<StorePath>..\Packages</StorePath>
</Folder>
<Folder xsi:type="FileSystemFolder">
<Name>Dev Packages</Name>
<StorePath>c:\SSIS</StorePath>
</Folder>
</TopLevelFolders>
</DtsServiceConfiguration>
Any ideas?

Thanks
Haidong Ji
http://www.sqlservercentral.com/columnists/hji/Did you restart the service?|||

Aha, that was it. After I restarted the service, it did read the additional folders I added to the config file. Darn it, I should have tried it myself;) But again, this is the beauty of community.

Thanks a lot Kirk. You made my day;) By the way, I also enjoyed your blogs. They are very informative.

Haidong Ji

|||

Hi,

1. How do i know if i'm using June CTP?

2. I'd like to change the default file system deployment folder when i dblclick the deploymentmanifest file from the '<programfiles>\MSSQL\DTS\packages...' to 'C:\SSIS\Packages'. Is this config file the file to edit?

I tried changing '..\Packages' to 'C:\SSIS\' and restarted my service. When i clicked the manifest and chose file system, the default was still '...DTS\Packages...'.

Need some help.

Modification of MsDTSSrvr.ini.xml does not work in June CTP

Hi,

I thought msdtssrvr.ini.xml controls package browsing, registration, and general management within SSMS. It is controlled by the HKLM\SOFTWARE\Microsoft\MSDTS\ServiceConfigFile registry key.

I've attempted to modify this config file so I can add some custom folders to group packages logically but they all failed. It seems that SSMS totally ignores the config file and only load File System and MSDB sub-folders under Stored Packages folder in Object Explorer. Below is a sample of changes I made to the config file:

<?xml version="1.0" encoding="utf-8"?>
<DtsServiceConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<StopExecutingPackagesOnShutdown>true</StopExecutingPackagesOnShutdown>
<TopLevelFolders>
<Folder xsi:type="SqlServerFolder">
<Name>MSDB</Name>
<ServerName>.</ServerName>
</Folder>
<Folder xsi:type="FileSystemFolder">
<Name>File System</Name>
<StorePath>..\Packages</StorePath>
</Folder>
<Folder xsi:type="FileSystemFolder">
<Name>Dev Packages</Name>
<StorePath>c:\SSIS</StorePath>
</Folder>
</TopLevelFolders>
</DtsServiceConfiguration>
Any ideas?

Thanks
Haidong Ji
http://www.sqlservercentral.com/columnists/hji/Did you restart the service?|||

Aha, that was it. After I restarted the service, it did read the additional folders I added to the config file. Darn it, I should have tried it myself;) But again, this is the beauty of community.

Thanks a lot Kirk. You made my day;) By the way, I also enjoyed your blogs. They are very informative.

Haidong Ji

|||

Hi,

1. How do i know if i'm using June CTP?

2. I'd like to change the default file system deployment folder when i dblclick the deploymentmanifest file from the '<programfiles>\MSSQL\DTS\packages...' to 'C:\SSIS\Packages'. Is this config file the file to edit?

I tried changing '..\Packages' to 'C:\SSIS\' and restarted my service. When i clicked the manifest and chose file system, the default was still '...DTS\Packages...'.

Need some help.

Wednesday, March 28, 2012

Modelling Tool Help

Hello,

For management that doesn't have the software I do, I've been using a PDF postscript utility to print the model and give it to them. However, I have to fit the model for the specific page (which is really small, and you have to zoom in), or you have to view it on multiple pages. Well multiple pages can be a pain, because the table you are looking at is on page 1, but the relationships are on page 12, 22, or 50, for example. So I was looking for a tool that is cheap enough to implement that we could look at the entire model on one "surface" (not necessary to print), that the model could be viewed in.

Thanks,

BrianHow about visio?|||Yes, we have that too, and I did find the Meta Information Model Bridge that converts to different formats, but we are looking for a general viewer without the data modelling need. It may just have to be Visio.

Thanks,

Briansql

Monday, March 26, 2012

Mobile SQL

Hi all,
I wonder if someone can help me with a management request that I have, which
I harldy see the point in asking but as they pay my wages I will. I
currently have both a 2000 & 2005 installations of SQL server running, will
remove 2000 once I have everything transfered and the DTS packs re-written i
s
SSIS, but I have been asked the following question by someone who likes to
use Access, what has been asked for is a way that they can run updates and
select query's etc on a local copy of a database, i.e. one that has been put
on their machine and then for me to sync any changes and run minor updates o
n
the server once the machine is back in the office and on the network....I
have suggested using something like VPN or other such software to connect to
the server remotely but the response wasn't very enthuastic. Any thoughts
about how I can go about this and what software I would need, thanks in
advance.
P.Phil wrote:
> Hi all,
> I wonder if someone can help me with a management request that I have, whi
ch
> I harldy see the point in asking but as they pay my wages I will. I
> currently have both a 2000 & 2005 installations of SQL server running, wil
l
> remove 2000 once I have everything transfered and the DTS packs re-written
is
> SSIS, but I have been asked the following question by someone who likes to
> use Access, what has been asked for is a way that they can run updates and
> select query's etc on a local copy of a database, i.e. one that has been p
ut
> on their machine and then for me to sync any changes and run minor updates
on
> the server once the machine is back in the office and on the network....I
> have suggested using something like VPN or other such software to connect
to
> the server remotely but the response wasn't very enthuastic. Any thoughts
> about how I can go about this and what software I would need, thanks in
> advance.
> P.
Hi Phil
You can try to look at Merge Replication as an "out of the box"
solution. If that can't do the job, I think you're left with a lot of
coding in your application, that can keeps track of all changes
happening both on the server and on each mobile user.
I've worked with a CRM system that used this to keep track on all
changes that was done on main, remote and mobile databases. In general
it worked, but it really required a lot of work to keep all the
databases consistent with the correct data.
You'll also have to think about error handling - i.e. what happens if 2
users have changed the same record to with different data? Which of the
changes are going to "survive"? What if a user deletes a record and
another user has changed this record on his system? Will the record than
has to be inserted again and should user 1 that deleted the record be
notified about that? What if he sees the record is back again and then
just deletes it again. What is then the reaction from user 2 that just
made some changes to that record. Now he suddenly hasn't got the record
any longer...etc...etc...etc. There are just so many scenarions you
have to think through if you wan't to set up this kind of "replication".
Of course it's something that can be done, but it's not as easy as it
sounds.
Regards
Steen|||Hi Steen,
Thanks for all your advice, some of the points that you brought up I had
considered but there were quite a few I hadn't. I think I will have another
go at convincing my employer that this is not the best way to go just for on
e
user to make the odd change to the database, it seems a whole lot of work.
Failing that I will begin coding, if nothing else it will keep me busy for a
while.
Thanks again, P
"Steen Persson (DK)" wrote:

> Phil wrote:
> Hi Phil
> You can try to look at Merge Replication as an "out of the box"
> solution. If that can't do the job, I think you're left with a lot of
> coding in your application, that can keeps track of all changes
> happening both on the server and on each mobile user.
> I've worked with a CRM system that used this to keep track on all
> changes that was done on main, remote and mobile databases. In general
> it worked, but it really required a lot of work to keep all the
> databases consistent with the correct data.
> You'll also have to think about error handling - i.e. what happens if 2
> users have changed the same record to with different data? Which of the
> changes are going to "survive"? What if a user deletes a record and
> another user has changed this record on his system? Will the record than
> has to be inserted again and should user 1 that deleted the record be
> notified about that? What if he sees the record is back again and then
> just deletes it again. What is then the reaction from user 2 that just
> made some changes to that record. Now he suddenly hasn't got the record
> any longer...etc...etc...etc. There are just so many scenarions you
> have to think through if you wan't to set up this kind of "replication".
> Of course it's something that can be done, but it's not as easy as it
> sounds.
> Regards
> Steen
>

Mobile SQL

Hi all,
I wonder if someone can help me with a management request that I have, which
I harldy see the point in asking but as they pay my wages I will. I
currently have both a 2000 & 2005 installations of SQL server running, will
remove 2000 once I have everything transfered and the DTS packs re-written is
SSIS, but I have been asked the following question by someone who likes to
use Access, what has been asked for is a way that they can run updates and
select query's etc on a local copy of a database, i.e. one that has been put
on their machine and then for me to sync any changes and run minor updates on
the server once the machine is back in the office and on the network....I
have suggested using something like VPN or other such software to connect to
the server remotely but the response wasn't very enthuastic. Any thoughts
about how I can go about this and what software I would need, thanks in
advance.
P.
Phil wrote:
> Hi all,
> I wonder if someone can help me with a management request that I have, which
> I harldy see the point in asking but as they pay my wages I will. I
> currently have both a 2000 & 2005 installations of SQL server running, will
> remove 2000 once I have everything transfered and the DTS packs re-written is
> SSIS, but I have been asked the following question by someone who likes to
> use Access, what has been asked for is a way that they can run updates and
> select query's etc on a local copy of a database, i.e. one that has been put
> on their machine and then for me to sync any changes and run minor updates on
> the server once the machine is back in the office and on the network....I
> have suggested using something like VPN or other such software to connect to
> the server remotely but the response wasn't very enthuastic. Any thoughts
> about how I can go about this and what software I would need, thanks in
> advance.
> P.
Hi Phil
You can try to look at Merge Replication as an "out of the box"
solution. If that can't do the job, I think you're left with a lot of
coding in your application, that can keeps track of all changes
happening both on the server and on each mobile user.
I've worked with a CRM system that used this to keep track on all
changes that was done on main, remote and mobile databases. In general
it worked, but it really required a lot of work to keep all the
databases consistent with the correct data.
You'll also have to think about error handling - i.e. what happens if 2
users have changed the same record to with different data? Which of the
changes are going to "survive"? What if a user deletes a record and
another user has changed this record on his system? Will the record than
has to be inserted again and should user 1 that deleted the record be
notified about that? What if he sees the record is back again and then
just deletes it again. What is then the reaction from user 2 that just
made some changes to that record. Now he suddenly hasn't got the record
any longer...etc...etc...etc. There are just so many scenarions you
have to think through if you wan't to set up this kind of "replication".
Of course it's something that can be done, but it's not as easy as it
sounds.
Regards
Steen
|||Hi Steen,
Thanks for all your advice, some of the points that you brought up I had
considered but there were quite a few I hadn't. I think I will have another
go at convincing my employer that this is not the best way to go just for one
user to make the odd change to the database, it seems a whole lot of work.
Failing that I will begin coding, if nothing else it will keep me busy for a
while.
Thanks again, P
"Steen Persson (DK)" wrote:

> Phil wrote:
> Hi Phil
> You can try to look at Merge Replication as an "out of the box"
> solution. If that can't do the job, I think you're left with a lot of
> coding in your application, that can keeps track of all changes
> happening both on the server and on each mobile user.
> I've worked with a CRM system that used this to keep track on all
> changes that was done on main, remote and mobile databases. In general
> it worked, but it really required a lot of work to keep all the
> databases consistent with the correct data.
> You'll also have to think about error handling - i.e. what happens if 2
> users have changed the same record to with different data? Which of the
> changes are going to "survive"? What if a user deletes a record and
> another user has changed this record on his system? Will the record than
> has to be inserted again and should user 1 that deleted the record be
> notified about that? What if he sees the record is back again and then
> just deletes it again. What is then the reaction from user 2 that just
> made some changes to that record. Now he suddenly hasn't got the record
> any longer...etc...etc...etc. There are just so many scenarions you
> have to think through if you wan't to set up this kind of "replication".
> Of course it's something that can be done, but it's not as easy as it
> sounds.
> Regards
> Steen
>

Mobile SQL

Hi all,
I wonder if someone can help me with a management request that I have, which
I harldy see the point in asking but as they pay my wages I will. I
currently have both a 2000 & 2005 installations of SQL server running, will
remove 2000 once I have everything transfered and the DTS packs re-written is
SSIS, but I have been asked the following question by someone who likes to
use Access, what has been asked for is a way that they can run updates and
select query's etc on a local copy of a database, i.e. one that has been put
on their machine and then for me to sync any changes and run minor updates on
the server once the machine is back in the office and on the network....I
have suggested using something like VPN or other such software to connect to
the server remotely but the response wasn't very enthuastic. Any thoughts
about how I can go about this and what software I would need, thanks in
advance.
P.Phil wrote:
> Hi all,
> I wonder if someone can help me with a management request that I have, which
> I harldy see the point in asking but as they pay my wages I will. I
> currently have both a 2000 & 2005 installations of SQL server running, will
> remove 2000 once I have everything transfered and the DTS packs re-written is
> SSIS, but I have been asked the following question by someone who likes to
> use Access, what has been asked for is a way that they can run updates and
> select query's etc on a local copy of a database, i.e. one that has been put
> on their machine and then for me to sync any changes and run minor updates on
> the server once the machine is back in the office and on the network....I
> have suggested using something like VPN or other such software to connect to
> the server remotely but the response wasn't very enthuastic. Any thoughts
> about how I can go about this and what software I would need, thanks in
> advance.
> P.
Hi Phil
You can try to look at Merge Replication as an "out of the box"
solution. If that can't do the job, I think you're left with a lot of
coding in your application, that can keeps track of all changes
happening both on the server and on each mobile user.
I've worked with a CRM system that used this to keep track on all
changes that was done on main, remote and mobile databases. In general
it worked, but it really required a lot of work to keep all the
databases consistent with the correct data.
You'll also have to think about error handling - i.e. what happens if 2
users have changed the same record to with different data? Which of the
changes are going to "survive"? What if a user deletes a record and
another user has changed this record on his system? Will the record than
has to be inserted again and should user 1 that deleted the record be
notified about that? What if he sees the record is back again and then
just deletes it again. What is then the reaction from user 2 that just
made some changes to that record. Now he suddenly hasn't got the record
any longer...etc...etc...etc. There are just so many scenarions you
have to think through if you wan't to set up this kind of "replication".
Of course it's something that can be done, but it's not as easy as it
sounds.
Regards
Steen|||Hi Steen,
Thanks for all your advice, some of the points that you brought up I had
considered but there were quite a few I hadn't. I think I will have another
go at convincing my employer that this is not the best way to go just for one
user to make the odd change to the database, it seems a whole lot of work.
Failing that I will begin coding, if nothing else it will keep me busy for a
while.
Thanks again, P
"Steen Persson (DK)" wrote:
> Phil wrote:
> > Hi all,
> >
> > I wonder if someone can help me with a management request that I have, which
> > I harldy see the point in asking but as they pay my wages I will. I
> > currently have both a 2000 & 2005 installations of SQL server running, will
> > remove 2000 once I have everything transfered and the DTS packs re-written is
> > SSIS, but I have been asked the following question by someone who likes to
> > use Access, what has been asked for is a way that they can run updates and
> > select query's etc on a local copy of a database, i.e. one that has been put
> > on their machine and then for me to sync any changes and run minor updates on
> > the server once the machine is back in the office and on the network....I
> > have suggested using something like VPN or other such software to connect to
> > the server remotely but the response wasn't very enthuastic. Any thoughts
> > about how I can go about this and what software I would need, thanks in
> > advance.
> >
> > P.
> Hi Phil
> You can try to look at Merge Replication as an "out of the box"
> solution. If that can't do the job, I think you're left with a lot of
> coding in your application, that can keeps track of all changes
> happening both on the server and on each mobile user.
> I've worked with a CRM system that used this to keep track on all
> changes that was done on main, remote and mobile databases. In general
> it worked, but it really required a lot of work to keep all the
> databases consistent with the correct data.
> You'll also have to think about error handling - i.e. what happens if 2
> users have changed the same record to with different data? Which of the
> changes are going to "survive"? What if a user deletes a record and
> another user has changed this record on his system? Will the record than
> has to be inserted again and should user 1 that deleted the record be
> notified about that? What if he sees the record is back again and then
> just deletes it again. What is then the reaction from user 2 that just
> made some changes to that record. Now he suddenly hasn't got the record
> any longer...etc...etc...etc. There are just so many scenarions you
> have to think through if you wan't to set up this kind of "replication".
> Of course it's something that can be done, but it's not as easy as it
> sounds.
> Regards
> Steen
>

Friday, March 23, 2012

MMC SQL Server

Hello all,
I know this may be a basic question, and that the short answer is probably
"Yes"; but the File menu on the Computer Management console doesn't have an
Add or Remove Snap In choice. When I run MMC (from the run command), I get
a new/blank console, the Add or Remove Snap In choice is there, but there
are no snap-ins shown to choose from.
What I want is to manage sql servers on my network from the Computer
Management Console.
Can someone please help me do this?
TIA
Jake
Hi
Have you installed the client tools? The msc files should be in the
tools\binn directory!
Client tools are not available with MSDE!!!!
John
"GitarJake" <wiekiewatchee@.spamkiller.net> wrote in message
news:Z65Wc.47$4o.29@.fed1read01...
> Hello all,
> I know this may be a basic question, and that the short answer is probably
> "Yes"; but the File menu on the Computer Management console doesn't have
an
> Add or Remove Snap In choice. When I run MMC (from the run command), I
get
> a new/blank console, the Add or Remove Snap In choice is there, but there
> are no snap-ins shown to choose from.
> What I want is to manage sql servers on my network from the Computer
> Management Console.
> Can someone please help me do this?
> TIA
> Jake
>
>
|||Xref: TK2MSFTNGP08.phx.gbl microsoft.public.sqlserver.server:357881 microsoft.public.management.mmc:17348
Hi
Have you installed the client tools? The msc files should be in the
tools\binn directory!
Client tools are not available with MSDE!!!!
John
"GitarJake" <wiekiewatchee@.spamkiller.net> wrote in message
news:Z65Wc.47$4o.29@.fed1read01...
> Hello all,
> I know this may be a basic question, and that the short answer is probably
> "Yes"; but the File menu on the Computer Management console doesn't have
an
> Add or Remove Snap In choice. When I run MMC (from the run command), I
get
> a new/blank console, the Add or Remove Snap In choice is there, but there
> are no snap-ins shown to choose from.
> What I want is to manage sql servers on my network from the Computer
> Management Console.
> Can someone please help me do this?
> TIA
> Jake
>
>
sql

MMC SQL Server

Hello all,

I know this may be a basic question, and that the short answer is probably
"Yes"; but the File menu on the Computer Management console doesn't have an
Add or Remove Snap In choice. When I run MMC (from the run command), I get
a new/blank console, the Add or Remove Snap In choice is there, but there
are no snap-ins shown to choose from.

What I want is to manage sql servers on my network from the Computer
Management Console.

Can someone please help me do this?

TIA

JakeHi

Have you installed the client tools? The msc files should be in the
tools\binn directory!
Client tools are not available with MSDE!!!!

John

"GitarJake" <wiekiewatchee@.spamkiller.net> wrote in message
news:Z65Wc.47$4o.29@.fed1read01...
> Hello all,
> I know this may be a basic question, and that the short answer is probably
> "Yes"; but the File menu on the Computer Management console doesn't have
an
> Add or Remove Snap In choice. When I run MMC (from the run command), I
get
> a new/blank console, the Add or Remove Snap In choice is there, but there
> are no snap-ins shown to choose from.
> What I want is to manage sql servers on my network from the Computer
> Management Console.
> Can someone please help me do this?
> TIA
> Jake
>|||Hi

Have you installed the client tools? The msc files should be in the
tools\binn directory!
Client tools are not available with MSDE!!!!

John

"GitarJake" <wiekiewatchee@.spamkiller.net> wrote in message
news:Z65Wc.47$4o.29@.fed1read01...
> Hello all,
> I know this may be a basic question, and that the short answer is probably
> "Yes"; but the File menu on the Computer Management console doesn't have
an
> Add or Remove Snap In choice. When I run MMC (from the run command), I
get
> a new/blank console, the Add or Remove Snap In choice is there, but there
> are no snap-ins shown to choose from.
> What I want is to manage sql servers on my network from the Computer
> Management Console.
> Can someone please help me do this?
> TIA
> Jake
>

MMC SQL Server

Hello all,
I know this may be a basic question, and that the short answer is probably
"Yes"; but the File menu on the Computer Management console doesn't have an
Add or Remove Snap In choice. When I run MMC (from the run command), I get
a new/blank console, the Add or Remove Snap In choice is there, but there
are no snap-ins shown to choose from.
What I want is to manage sql servers on my network from the Computer
Management Console.
Can someone please help me do this?
TIA
JakeHi
Have you installed the client tools? The msc files should be in the
tools\binn directory!
Client tools are not available with MSDE!!!!
John
"GitarJake" <wiekiewatchee@.spamkiller.net> wrote in message
news:Z65Wc.47$4o.29@.fed1read01...
> Hello all,
> I know this may be a basic question, and that the short answer is probably
> "Yes"; but the File menu on the Computer Management console doesn't have
an
> Add or Remove Snap In choice. When I run MMC (from the run command), I
get
> a new/blank console, the Add or Remove Snap In choice is there, but there
> are no snap-ins shown to choose from.
> What I want is to manage sql servers on my network from the Computer
> Management Console.
> Can someone please help me do this?
> TIA
> Jake
>
>|||Hi
Have you installed the client tools? The msc files should be in the
tools\binn directory!
Client tools are not available with MSDE!!!!
John
"GitarJake" <wiekiewatchee@.spamkiller.net> wrote in message
news:Z65Wc.47$4o.29@.fed1read01...
> Hello all,
> I know this may be a basic question, and that the short answer is probably
> "Yes"; but the File menu on the Computer Management console doesn't have
an
> Add or Remove Snap In choice. When I run MMC (from the run command), I
get
> a new/blank console, the Add or Remove Snap In choice is there, but there
> are no snap-ins shown to choose from.
> What I want is to manage sql servers on my network from the Computer
> Management Console.
> Can someone please help me do this?
> TIA
> Jake
>
>

MMC SQL Server

Hello all,
I know this may be a basic question, and that the short answer is probably
"Yes"; but the File menu on the Computer Management console doesn't have an
Add or Remove Snap In choice. When I run MMC (from the run command), I get
a new/blank console, the Add or Remove Snap In choice is there, but there
are no snap-ins shown to choose from.
What I want is to manage sql servers on my network from the Computer
Management Console.
Can someone please help me do this?
TIA
JakeHi
Have you installed the client tools? The msc files should be in the
tools\binn directory!
Client tools are not available with MSDE!!!!
John
"GitarJake" <wiekiewatchee@.spamkiller.net> wrote in message
news:Z65Wc.47$4o.29@.fed1read01...
> Hello all,
> I know this may be a basic question, and that the short answer is probably
> "Yes"; but the File menu on the Computer Management console doesn't have
an
> Add or Remove Snap In choice. When I run MMC (from the run command), I
get
> a new/blank console, the Add or Remove Snap In choice is there, but there
> are no snap-ins shown to choose from.
> What I want is to manage sql servers on my network from the Computer
> Management Console.
> Can someone please help me do this?
> TIA
> Jake
>
>|||Xref: TK2MSFTNGP08.phx.gbl microsoft.public.sqlserver.server:357881 microsof
t.public.management.mmc:17348
Hi
Have you installed the client tools? The msc files should be in the
tools\binn directory!
Client tools are not available with MSDE!!!!
John
"GitarJake" <wiekiewatchee@.spamkiller.net> wrote in message
news:Z65Wc.47$4o.29@.fed1read01...
> Hello all,
> I know this may be a basic question, and that the short answer is probably
> "Yes"; but the File menu on the Computer Management console doesn't have
an
> Add or Remove Snap In choice. When I run MMC (from the run command), I
get
> a new/blank console, the Add or Remove Snap In choice is there, but there
> are no snap-ins shown to choose from.
> What I want is to manage sql servers on my network from the Computer
> Management Console.
> Can someone please help me do this?
> TIA
> Jake
>
>

MMC Snap-In Doesn't allow Full-Text Index...

Yet if I pull up sql server under Computer Management it does and allows me
to configure it.
What's wrong here?
Kyle!
Are you registering the server with an administrative login which would give
you permissions?
Wayne Snyder, MCDBA, SQL Server MVP
Mariner, Charlotte, NC
www.mariner-usa.com
(Please respond only to the newsgroups.)
I support the Professional Association of SQL Server (PASS) and it's
community of SQL Server professionals.
www.sqlpass.org
"Kyle Jedrusiak" <kjedrusiak@.princetoninformation.com> wrote in message
news:O1qAC%23l1EHA.1404@.TK2MSFTNGP11.phx.gbl...
> Yet if I pull up sql server under Computer Management it does and allows
me
> to configure it.
> What's wrong here?
> Kyle!
>
|||The server registration is using the sa account and password.
Kyle!
"Wayne Snyder" <wayne.nospam.snyder@.mariner-usa.com> wrote in message
news:%23r7x%234t1EHA.2716@.TK2MSFTNGP14.phx.gbl...
> Are you registering the server with an administrative login which would
> give
> you permissions?
> --
> Wayne Snyder, MCDBA, SQL Server MVP
> Mariner, Charlotte, NC
> www.mariner-usa.com
> (Please respond only to the newsgroups.)
> I support the Professional Association of SQL Server (PASS) and it's
> community of SQL Server professionals.
> www.sqlpass.org
> "Kyle Jedrusiak" <kjedrusiak@.princetoninformation.com> wrote in message
> news:O1qAC%23l1EHA.1404@.TK2MSFTNGP11.phx.gbl...
> me
>
|||Also the sa is the dbo.
Kyle!
"Wayne Snyder" <wayne.nospam.snyder@.mariner-usa.com> wrote in message
news:%23r7x%234t1EHA.2716@.TK2MSFTNGP14.phx.gbl...
> Are you registering the server with an administrative login which would
> give
> you permissions?
> --
> Wayne Snyder, MCDBA, SQL Server MVP
> Mariner, Charlotte, NC
> www.mariner-usa.com
> (Please respond only to the newsgroups.)
> I support the Professional Association of SQL Server (PASS) and it's
> community of SQL Server professionals.
> www.sqlpass.org
> "Kyle Jedrusiak" <kjedrusiak@.princetoninformation.com> wrote in message
> news:O1qAC%23l1EHA.1404@.TK2MSFTNGP11.phx.gbl...
> me
>
sql

MMC Snap-In Doesn't allow Full-Text Index...

Yet if I pull up sql server under Computer Management it does and allows me
to configure it.
What's wrong here?
Kyle!Are you registering the server with an administrative login which would give
you permissions?
--
Wayne Snyder, MCDBA, SQL Server MVP
Mariner, Charlotte, NC
www.mariner-usa.com
(Please respond only to the newsgroups.)
I support the Professional Association of SQL Server (PASS) and it's
community of SQL Server professionals.
www.sqlpass.org
"Kyle Jedrusiak" <kjedrusiak@.princetoninformation.com> wrote in message
news:O1qAC%23l1EHA.1404@.TK2MSFTNGP11.phx.gbl...
> Yet if I pull up sql server under Computer Management it does and allows
me
> to configure it.
> What's wrong here?
> Kyle!
>|||The server registration is using the sa account and password.
Kyle!
"Wayne Snyder" <wayne.nospam.snyder@.mariner-usa.com> wrote in message
news:%23r7x%234t1EHA.2716@.TK2MSFTNGP14.phx.gbl...
> Are you registering the server with an administrative login which would
> give
> you permissions?
> --
> Wayne Snyder, MCDBA, SQL Server MVP
> Mariner, Charlotte, NC
> www.mariner-usa.com
> (Please respond only to the newsgroups.)
> I support the Professional Association of SQL Server (PASS) and it's
> community of SQL Server professionals.
> www.sqlpass.org
> "Kyle Jedrusiak" <kjedrusiak@.princetoninformation.com> wrote in message
> news:O1qAC%23l1EHA.1404@.TK2MSFTNGP11.phx.gbl...
>> Yet if I pull up sql server under Computer Management it does and allows
> me
>> to configure it.
>> What's wrong here?
>> Kyle!
>>
>|||Also the sa is the dbo.
Kyle!
"Wayne Snyder" <wayne.nospam.snyder@.mariner-usa.com> wrote in message
news:%23r7x%234t1EHA.2716@.TK2MSFTNGP14.phx.gbl...
> Are you registering the server with an administrative login which would
> give
> you permissions?
> --
> Wayne Snyder, MCDBA, SQL Server MVP
> Mariner, Charlotte, NC
> www.mariner-usa.com
> (Please respond only to the newsgroups.)
> I support the Professional Association of SQL Server (PASS) and it's
> community of SQL Server professionals.
> www.sqlpass.org
> "Kyle Jedrusiak" <kjedrusiak@.princetoninformation.com> wrote in message
> news:O1qAC%23l1EHA.1404@.TK2MSFTNGP11.phx.gbl...
>> Yet if I pull up sql server under Computer Management it does and allows
> me
>> to configure it.
>> What's wrong here?
>> Kyle!
>>
>

MMC Snap-In Doesn't allow Full-Text Index...

Yet if I pull up sql server under Computer Management it does and allows me
to configure it.
What's wrong here?
Kyle!Are you registering the server with an administrative login which would give
you permissions?
Wayne Snyder, MCDBA, SQL Server MVP
Mariner, Charlotte, NC
www.mariner-usa.com
(Please respond only to the newsgroups.)
I support the Professional Association of SQL Server (PASS) and it's
community of SQL Server professionals.
www.sqlpass.org
"Kyle Jedrusiak" <kjedrusiak@.princetoninformation.com> wrote in message
news:O1qAC%23l1EHA.1404@.TK2MSFTNGP11.phx.gbl...
> Yet if I pull up sql server under Computer Management it does and allows
me
> to configure it.
> What's wrong here?
> Kyle!
>|||The server registration is using the sa account and password.
Kyle!
"Wayne Snyder" <wayne.nospam.snyder@.mariner-usa.com> wrote in message
news:%23r7x%234t1EHA.2716@.TK2MSFTNGP14.phx.gbl...
> Are you registering the server with an administrative login which would
> give
> you permissions?
> --
> Wayne Snyder, MCDBA, SQL Server MVP
> Mariner, Charlotte, NC
> www.mariner-usa.com
> (Please respond only to the newsgroups.)
> I support the Professional Association of SQL Server (PASS) and it's
> community of SQL Server professionals.
> www.sqlpass.org
> "Kyle Jedrusiak" <kjedrusiak@.princetoninformation.com> wrote in message
> news:O1qAC%23l1EHA.1404@.TK2MSFTNGP11.phx.gbl...
> me
>|||Also the sa is the dbo.
Kyle!
"Wayne Snyder" <wayne.nospam.snyder@.mariner-usa.com> wrote in message
news:%23r7x%234t1EHA.2716@.TK2MSFTNGP14.phx.gbl...
> Are you registering the server with an administrative login which would
> give
> you permissions?
> --
> Wayne Snyder, MCDBA, SQL Server MVP
> Mariner, Charlotte, NC
> www.mariner-usa.com
> (Please respond only to the newsgroups.)
> I support the Professional Association of SQL Server (PASS) and it's
> community of SQL Server professionals.
> www.sqlpass.org
> "Kyle Jedrusiak" <kjedrusiak@.princetoninformation.com> wrote in message
> news:O1qAC%23l1EHA.1404@.TK2MSFTNGP11.phx.gbl...
> me
>

MMC for SQL Server 2005?

I would like to add SQL Server 2005 management console to my custom built MM
C
– but the only snap in I can find is SQL Server Configuration Manager. Is
there a snap-in for SQL Server 2005 available or do I have to use SQL Server
Management Studio?
Cheers,
NinaHi Nina
AFAIK there is no MMC other than Configuration Manager, in general MMCs have
been replaced by more reliable managed code, therefore you would need to
write your own that uses SMO.
John
"Nina" wrote:

> I would like to add SQL Server 2005 management console to my custom built
MMC
> – but the only snap in I can find is SQL Server Configuration Manager. I
s
> there a snap-in for SQL Server 2005 available or do I have to use SQL Serv
er
> Management Studio?
> Cheers,
> Nina|||Thanks for confirming that John.
"John Bell" wrote:
[vbcol=seagreen]
> Hi Nina
> AFAIK there is no MMC other than Configuration Manager, in general MMCs ha
ve
> been replaced by more reliable managed code, therefore you would need to
> write your own that uses SMO.
> John
> "Nina" wrote:
>sql

MMC for SQL Server 2005?

I would like to add SQL Server 2005 management console to my custom built MMC
â' but the only snap in I can find is SQL Server Configuration Manager. Is
there a snap-in for SQL Server 2005 available or do I have to use SQL Server
Management Studio?
Cheers,
NinaHi Nina
AFAIK there is no MMC other than Configuration Manager, in general MMCs have
been replaced by more reliable managed code, therefore you would need to
write your own that uses SMO.
John
"Nina" wrote:
> I would like to add SQL Server 2005 management console to my custom built MMC
> â' but the only snap in I can find is SQL Server Configuration Manager. Is
> there a snap-in for SQL Server 2005 available or do I have to use SQL Server
> Management Studio?
> Cheers,
> Nina|||Thanks for confirming that John.
"John Bell" wrote:
> Hi Nina
> AFAIK there is no MMC other than Configuration Manager, in general MMCs have
> been replaced by more reliable managed code, therefore you would need to
> write your own that uses SMO.
> John
> "Nina" wrote:
> > I would like to add SQL Server 2005 management console to my custom built MMC
> > â' but the only snap in I can find is SQL Server Configuration Manager. Is
> > there a snap-in for SQL Server 2005 available or do I have to use SQL Server
> > Management Studio?
> >
> > Cheers,
> > Nina

MMC DataBase Properties Error

Hello.
In SQL Server 2000, when I right click on a database and then select
Properties,
I receive the following error message: "Microsoft Management Console has
encountered a problem and needs to close".
I tried a couple of databases with the same results and also rebooted but
that didn't resolve the issue.
Any suggestions will be greatly appreciated :-)
Rita
On May 18, 5:19 pm, RitaG <R...@.discussions.microsoft.com> wrote:
> Hello.
> In SQL Server 2000, when I right click on a database and then select
> Properties,
> I receive the following error message: "Microsoft Management Console has
> encountered a problem and needs to close".
> I tried a couple of databases with the same results and also rebooted but
> that didn't resolve the issue.
> Any suggestions will be greatly appreciated :-)
> Rita
You may need to uninstall and reinstall client tools if the databases
are fine. This has happened to me and I was working with client tools
on my desktop viewing a registered server instance. I never found out
the issue, but reinstalling the client tools did the trick.
Hope this helps.
Kristina
|||Thanks so much Kristina - I'm going to try that now!
"Kristina" wrote:

> On May 18, 5:19 pm, RitaG <R...@.discussions.microsoft.com> wrote:
> You may need to uninstall and reinstall client tools if the databases
> are fine. This has happened to me and I was working with client tools
> on my desktop viewing a registered server instance. I never found out
> the issue, but reinstalling the client tools did the trick.
> Hope this helps.
> Kristina
>

MMC DataBase Properties Error

Hello.
In SQL Server 2000, when I right click on a database and then select
Properties,
I receive the following error message: "Microsoft Management Console has
encountered a problem and needs to close".
I tried a couple of databases with the same results and also rebooted but
that didn't resolve the issue.
Any suggestions will be greatly appreciated :-)
RitaOn May 18, 5:19 pm, RitaG <R...@.discussions.microsoft.com> wrote:
> Hello.
> In SQL Server 2000, when I right click on a database and then select
> Properties,
> I receive the following error message: "Microsoft Management Console has
> encountered a problem and needs to close".
> I tried a couple of databases with the same results and also rebooted but
> that didn't resolve the issue.
> Any suggestions will be greatly appreciated :-)
> Rita
You may need to uninstall and reinstall client tools if the databases
are fine. This has happened to me and I was working with client tools
on my desktop viewing a registered server instance. I never found out
the issue, but reinstalling the client tools did the trick.
Hope this helps.
Kristina|||Thanks so much Kristina - I'm going to try that now!
"Kristina" wrote:
> On May 18, 5:19 pm, RitaG <R...@.discussions.microsoft.com> wrote:
> > Hello.
> >
> > In SQL Server 2000, when I right click on a database and then select
> > Properties,
> > I receive the following error message: "Microsoft Management Console has
> > encountered a problem and needs to close".
> >
> > I tried a couple of databases with the same results and also rebooted but
> > that didn't resolve the issue.
> >
> > Any suggestions will be greatly appreciated :-)
> >
> > Rita
> You may need to uninstall and reinstall client tools if the databases
> are fine. This has happened to me and I was working with client tools
> on my desktop viewing a registered server instance. I never found out
> the issue, but reinstalling the client tools did the trick.
> Hope this helps.
> Kristina
>

MMC DataBase Properties Error

Hello.
In SQL Server 2000, when I right click on a database and then select
Properties,
I receive the following error message: "Microsoft Management Console has
encountered a problem and needs to close".
I tried a couple of databases with the same results and also rebooted but
that didn't resolve the issue.
Any suggestions will be greatly appreciated :-)
RitaOn May 18, 5:19 pm, RitaG <R...@.discussions.microsoft.com> wrote:
> Hello.
> In SQL Server 2000, when I right click on a database and then select
> Properties,
> I receive the following error message: "Microsoft Management Console has
> encountered a problem and needs to close".
> I tried a couple of databases with the same results and also rebooted but
> that didn't resolve the issue.
> Any suggestions will be greatly appreciated :-)
> Rita
You may need to uninstall and reinstall client tools if the databases
are fine. This has happened to me and I was working with client tools
on my desktop viewing a registered server instance. I never found out
the issue, but reinstalling the client tools did the trick.
Hope this helps.
Kristina|||Thanks so much Kristina - I'm going to try that now!
"Kristina" wrote:

> On May 18, 5:19 pm, RitaG <R...@.discussions.microsoft.com> wrote:
> You may need to uninstall and reinstall client tools if the databases
> are fine. This has happened to me and I was working with client tools
> on my desktop viewing a registered server instance. I never found out
> the issue, but reinstalling the client tools did the trick.
> Hope this helps.
> Kristina
>sql

Monday, March 19, 2012

Missing Triggers on SQL 2005/Server Management Studio

I have a few SQL 2005 databases set up, some of which have triggers.

Recently, the database triggers stopped appearing in SMS. They are still there. They still run. I can still manually CREATE, ALTER, or DROP triggers via SQL queries. However, when I open a database and navigate to Programmability > Database Triggers nothing shows up. Right clicking the folder produces no worthwhile options (just Reports and Refresh).

Until this puzzling change occured a few days ago, triggers were appearing in the aforementioned location. Right clicking yielded many options including the options to create, drop or whatever else. I thought this might be a permissions issue, but as I said, I can still work on triggers via queries.

Does anyone have any idea what is going on?

Thanks, Jeff

I don't think you found triggers under programmability. You found stored procedures there.

The triggers are the expansions of the tables not the database.

Drop down the table and you'll see the triggers.

Adamus

|||

i hope the trigger you mentioned is DDL trigger. you can make DDL triggers are of two scope. one database level and the other one at the server level. The database trigger can found in Database Programability -- Database triggers.

the server level trigger can be seen in Server Object -- Server Triggers

System objects for DDL Triggers

You can use the sys.triggers catalog view to see database-level DDL triggers. The parent_class column in this catalog view has 0 as the value for DDL triggers. You can use the sys.server_triggers catalog view to get a list of server-level DDL triggers. The sys.trigger_events and sys.server_trigger_events catalog views contain a row for each time a database-level and server-level trigger was fired, respectively.

also read these


Query System Object for DDL

SELECT Name, s.type_desc SQL_or_CLR,is_disabled, e.type_desc FiringEvents
FROM sys.server_triggers s
INNER JOIN sys.server_trigger_events e ON s.object_id = e.object_id

Where can I find DDL trigger in SSMO

Databaselevel DDL triggers are listed in the Programmability\Database Triggers folder in Object Explorer. The server-level triggers are listed under the Server Objects\Triggers folder in Object Explorer.

Delete DDL Trigger

The ON DATABASE or ON ALL SERVER clause should be used with DROP TRIGGER to delete a DDL trigger, ALTER TRIGGER to modify a DDL trigger definition, DISABLE TRIGGER to disable a DDL trigger, and ENABLE TRIGGER to enable a DDL trigger.

Permission
The CONTROL SERVER permission is required to create a DDL trigger at the server scope, and ALTER ANY TRIGGER permission is required to create a DDL trigger at the database scope

Madhu

|||Thank you both of you! Both posts were helpful, but Adamus more directly answered my question. I could swear that the triggers I had created were found in Programmability but now I see some of them in the table expansion themselves.

Monday, March 12, 2012

missing system databases folder from management studio

Hi All
My view of database on management studio does not have folder with system
databases. I am sysadmin on server and member of local admins group. Do you
know what could be a problem?In Management Studio take a look at Tools, Options, Hide system objects in
Object Explorer. Is the box checked?
Hope this helps,
Ben Nevarez
"Gene." wrote:
> Hi All
> My view of database on management studio does not have folder with system
> databases. I am sysadmin on server and member of local admins group. Do you
> know what could be a problem?|||Hi Gene
There is an option available that turns system objects visible or invisible.
Look at the Options in the Tools menu. The General tab has the checkbox
"Hide system objects in Object Explorer"
--
HTH
Kalen Delaney, SQL Server MVP
www.InsideSQLServer.com
http://blog.kalendelaney.com
"Gene." <Gene@.discussions.microsoft.com> wrote in message
news:FAEC8F2B-9E3E-467C-B368-756773D1BD16@.microsoft.com...
> Hi All
> My view of database on management studio does not have folder with system
> databases. I am sysadmin on server and member of local admins group. Do
> you
> know what could be a problem?|||Hi Ben, Kalen
This is genious!
I did not change those settings but that was a fix!
Thank you so much. I am happy again now.
"Kalen Delaney" wrote:
> Hi Gene
> There is an option available that turns system objects visible or invisible.
> Look at the Options in the Tools menu. The General tab has the checkbox
> "Hide system objects in Object Explorer"
> --
> HTH
> Kalen Delaney, SQL Server MVP
> www.InsideSQLServer.com
> http://blog.kalendelaney.com
>
> "Gene." <Gene@.discussions.microsoft.com> wrote in message
> news:FAEC8F2B-9E3E-467C-B368-756773D1BD16@.microsoft.com...
> > Hi All
> > My view of database on management studio does not have folder with system
> > databases. I am sysadmin on server and member of local admins group. Do
> > you
> > know what could be a problem?
>
>
>