Showing posts with label windows. Show all posts
Showing posts with label windows. Show all posts

Friday, March 30, 2012

No mapping between account names and security IDs was done

Hi
I haven't done much with AS2005. Today I was trying to migrate an AS2000 cube to As2005 using Migration Wizard.

Existing AS2000 cube is on Windows 2000 Server (SP4). Destination server has Windows 2003 Server with June CTP.

Migration Wizard goes through the validating databases. During metadata migration I get the following error "The following system error occurred: No mapping between account names and security IDs was done."

I am running the OLAP Service on Win 2000 and 2003 Server under LocalSystem (might not be the best option).

Has anyone come across this before or know how to resolve it?

Thanks

SuthaAs Chris W suggested, I made a copy of the AS2K cube and removed the roles from the cube and then ran the migration wizard. The meta data migration was successful.

Thanks Chris

Sutha|||

Hi Folks,

i've had the same message in SSAS 2005 whilst trying to add a domain local group to the "Server Role".

e.g. Right click the server, select "Properties" and then select "Security".

Is it possible to add a windows group here or is it just restricted to users? The wording is "The server role is used to grant server-wide security privilages to a user".

If this is restricted to just user accounts, then how could i add a windows group (a group of users that are administrators) to a similar role?

Cheers,

Kyle.

|||

Hi,

PLEASE NOTE: My post above is now out of date! I tried adding the groups again and it worked fine.

In my place it can take up to 15 minutes for replication to occur on the domain so it looks like the account i created wasn't immediately visible!

Watch out for this one if you use domain replication on you domain servers!

Cheers,

Kyle.

no longer can access database after changing password

I can no longer can access my database after changing my password for windows even though I changed it back.
Posted: 02 Sep 2003 09:18 PM
My wife started my computer and was prompted to change the password(win 2K Prof) and she did. Grrrrrrrrrr.
After logging in under the new password, I changed it back to the origional.
Ever since, I can not connect or start the database(sql 2k). I receive the error:
SQL Server does not exist or access denied.
Please help me.
Thanks
Gregdo u have Enterprise Manager to see if Database Exists,if does,try to change your TCP/IP port under EnterPrise Manage to 1442 maybe works I've got this problem before but It's doesn't seem to be for Changing password,

I hope it helps|||can you see your db's through the SQL server xplorer. ..|||Thank You for the Ideas.
I dont know what the sql xplorer is, but when I try to access the database through the enterprise manager, I get the error: (Connection failed, check SQL Server Registration Properties.)
Another thing that happened after the changing password incident, is that I must login to these forums and they wont let me automatically login.
this leads me to believe that it has something to do with the users on my computer.
Greg|||check your log files under

C:\Program Files\Microsoft SQL Server\MSSQL\LOG folder.

if you see any files try opening one of the files with a note pad. your registration prbly expired.

HTH.|||I checked that file:

2003-09-01 15:23:03.84 server Microsoft SQL Server 2000 - 8.00.760 (Intel X86)
Dec 17 2002 14:22:05
Copyright (c) 1988-2003 Microsoft Corporation
Desktop Engine on Windows NT 5.0 (Build 2195: Service Pack 4)

2003-09-01 15:23:03.95 server Copyright (C) 1988-2002 Microsoft Corporation.
2003-09-01 15:23:03.95 server All rights reserved.
2003-09-01 15:23:03.95 server Server Process ID is 764.
2003-09-01 15:23:03.95 server Logging SQL Server messages in file 'C:\Program Files\Microsoft SQL Server\MSSQL\LOG\ERRORLOG'.
2003-09-01 15:23:04.36 server SQL Server is starting at priority class 'normal'(1 CPU detected).
2003-09-01 15:23:05.72 server SQL Server configured for thread mode processing.
2003-09-01 15:23:05.86 server Using dynamic lock allocation. [500] Lock Blocks, [1000] Lock Owner Blocks.
2003-09-01 15:23:07.85 spid3 Starting up database 'master'.
2003-09-01 15:23:12.49 server Using 'SSNETLIB.DLL' version '8.0.766'.
2003-09-01 15:23:12.49 spid5 Starting up database 'model'.
2003-09-01 15:23:12.69 spid3 Server name is 'VAIO'.
2003-09-01 15:23:12.69 spid3 Skipping startup of clean database id 4
2003-09-01 15:23:15.10 spid5 Clearing tempdb database.
2003-09-01 15:23:23.00 spid5 Starting up database 'tempdb'.
2003-09-01 15:23:25.04 spid3 Recovery complete.
2003-09-01 15:23:25.05 spid3 SQL global counter collection task is created.
2003-09-01 15:23:34.13 server SQL server listening on Shared Memory.
2003-09-01 15:23:34.13 server SQL Server is ready for client connections
2003-09-02 01:20:10.93 server SQL Server terminating because of system shutdown.

I dont really know what this means.
greg|||your sql server seems to be working fine. can you still not connect through enterprise manager ? start - programs - Microsoft Sql server - enterprise manager.
do you see your server ?|||Yes, I can see the server but it won't refresh or start.
Greg|||I just noticed that the above file refers to the server VAIO which is an MSDE that is running. The server that is not working is VAIO\SUNS. None of the six log files mention that server.

Also, it was the service manager that I can not refresh or start VAIO\SUNS. When I checked in the enterprise manager, I also found the server not running and when I click on it i get an error:(Connection failed, check SQL Server Registration Properties)
Thank you so far for all your help on this!
Greg|||under administrative tools, if you double click on services, you will see a list of all the services in your system. scroll down and find MSSQLSERVER. you can see a 'status' column. wat does it say ? started/stopped? see if you can start the sqlserver frm here.|||if nothing works, may be you can make a copy of the data folder under c:\program files\MS Sql Server\Data and reinstall the SQL Server. and copy the files frm the Data folder back to to the new Data folder.|||MSSQLSERVER is started, but MSSQL$SUNS is not(we already knew this though)

I tried to start MSSQL$SUNS and got the following error:
Could not start the MSSQL$SUNS on Local Computer.
The service did not return an error. This could be an internal Windows error or an internal service error.
If the problem persists, contact your system administrator.

I then tried to login under different user accounts and got the same error.|||are you logged in as admin? or atleast a user with admin privileges ?
also, can you access your sql through query analyzer ?|||I took your advice and reinstalled SQL server. I transfered the data file and everything is running. I can see the old tables in the newly installed server.

The only problem now is that when i try to open my application at http://localhost/default.aspx, I get this error:

---------------
Server Application Unavailable
The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request.

Administrator Note: An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur.
---------------

Would it help if I post: C:\Program Files\Microsoft SQL Server\MSSQL$SUNS\LOG
Greg|||(1) can you make out if your webserver is running fine? just write a small test.html and try opening it frm localhost and see if its wrking.

(2) can you see your old files ? i think you need to 'attach' your old databases.
on the enterprise manager ( which i call sql server explorer), when you expand 'databases'
do you see your db ? right click on the 'databases' and 'attach database'. browse to the data folder of the ms sql server and select the db.

(3) is your sql server name the same as the old one ? or did you name it differently ?

No longer able to connect to server

SQL Server 2000 using Windows Authication (Win2K) to log onto server. I
changed the password of the login to Windows and now I can no longer connect
to SQL Server to get it to start.
Help,
Thanks.
Doug,
Now change the password in Control Panel - Services for the SQL Server and
SQL Server Agent services. Then restart them there. Password changes at a
domain level do not "trickle down".
HTH
Jerry
"Doug Broadwell" <Doug Broadwell@.discussions.microsoft.com> wrote in message
news:615A00DE-AA31-4507-A031-E982F312F612@.microsoft.com...
> SQL Server 2000 using Windows Authication (Win2K) to log onto server. I
> changed the password of the login to Windows and now I can no longer
> connect
> to SQL Server to get it to start.
> Help,
> Thanks.
|||That did the trick, thanks so much!
Doug
"Jerry Spivey" wrote:

> Doug,
> Now change the password in Control Panel - Services for the SQL Server and
> SQL Server Agent services. Then restart them there. Password changes at a
> domain level do not "trickle down".
> HTH
> Jerry
> "Doug Broadwell" <Doug Broadwell@.discussions.microsoft.com> wrote in message
> news:615A00DE-AA31-4507-A031-E982F312F612@.microsoft.com...
>
>

No longer able to connect to server

SQL Server 2000 using Windows Authication (Win2K) to log onto server. I
changed the password of the login to Windows and now I can no longer connect
to SQL Server to get it to start.
Help,
Thanks.Doug,
Now change the password in Control Panel - Services for the SQL Server and
SQL Server Agent services. Then restart them there. Password changes at a
domain level do not "trickle down".
HTH
Jerry
"Doug Broadwell" <Doug Broadwell@.discussions.microsoft.com> wrote in message
news:615A00DE-AA31-4507-A031-E982F312F612@.microsoft.com...
> SQL Server 2000 using Windows Authication (Win2K) to log onto server. I
> changed the password of the login to Windows and now I can no longer
> connect
> to SQL Server to get it to start.
> Help,
> Thanks.|||That did the trick, thanks so much!
Doug
"Jerry Spivey" wrote:

> Doug,
> Now change the password in Control Panel - Services for the SQL Server and
> SQL Server Agent services. Then restart them there. Password changes at
a
> domain level do not "trickle down".
> HTH
> Jerry
> "Doug Broadwell" <Doug Broadwell@.discussions.microsoft.com> wrote in messa
ge
> news:615A00DE-AA31-4507-A031-E982F312F612@.microsoft.com...
>
>

No longer able to connect to server

SQL Server 2000 using Windows Authication (Win2K) to log onto server. I
changed the password of the login to Windows and now I can no longer connect
to SQL Server to get it to start.
Help,
Thanks.Doug,
Now change the password in Control Panel - Services for the SQL Server and
SQL Server Agent services. Then restart them there. Password changes at a
domain level do not "trickle down".
HTH
Jerry
"Doug Broadwell" <Doug Broadwell@.discussions.microsoft.com> wrote in message
news:615A00DE-AA31-4507-A031-E982F312F612@.microsoft.com...
> SQL Server 2000 using Windows Authication (Win2K) to log onto server. I
> changed the password of the login to Windows and now I can no longer
> connect
> to SQL Server to get it to start.
> Help,
> Thanks.|||That did the trick, thanks so much!
Doug
"Jerry Spivey" wrote:
> Doug,
> Now change the password in Control Panel - Services for the SQL Server and
> SQL Server Agent services. Then restart them there. Password changes at a
> domain level do not "trickle down".
> HTH
> Jerry
> "Doug Broadwell" <Doug Broadwell@.discussions.microsoft.com> wrote in message
> news:615A00DE-AA31-4507-A031-E982F312F612@.microsoft.com...
> > SQL Server 2000 using Windows Authication (Win2K) to log onto server. I
> > changed the password of the login to Windows and now I can no longer
> > connect
> > to SQL Server to get it to start.
> >
> > Help,
> > Thanks.
>
>

No login windows for DB

Greetings,
One of the DBs on my mssql server should ask for a login and password to change content. The content/DB is access via web page. Any suggestions as to why it has suddenly stopped challenging the user for login? I checked the services and all the necessary ones seems to be running.:confused:

Thanks in advance.
spdunneCheck your web browser settings. It is probably cached some how. Make sure you delete all cookies, history, etc. and try again.

Also make sure that the website is not using windows authentication; this will automatically log you into the db.

I suspect that this issue is either with the browser or web page, not the DB.

Good luck,
Hope this helped

No items under SQL server group

Hi,
We're running SQL server 2000 standard edition on Windows 2003. I logged in
using my domain account which is member of an admin group. But in Enterprise
Manger, under SQL Server Group, I got 'no items'. How come? I used to be
able to use another domain account in the same admin group to log on and had
no problem. What did I miss?
Thanks in advance for any help.
Bing
Hi
"bing" wrote:

> Hi,
> We're running SQL server 2000 standard edition on Windows 2003. I logged in
> using my domain account which is member of an admin group. But in Enterprise
> Manger, under SQL Server Group, I got 'no items'. How come? I used to be
> able to use another domain account in the same admin group to log on and had
> no problem. What did I miss?
> Thanks in advance for any help.
> Bing
When you run SQL Server Enterprise Manager for the first time, it should
automatically registers all instances of a local SQL Server, but any
instances that are added afterwards will be not be automatically registered.
You must be on the server where the instance is installed for this to occur.
If you have removed the registration you will need to manually add it again.
Also check that the registry has not been changed/corrupted.
John

No items under SQL server group

Hi,
We're running SQL server 2000 standard edition on Windows 2003. I logged in
using my domain account which is member of an admin group. But in Enterpris
e
Manger, under SQL Server Group, I got 'no items'. How come? I used to be
able to use another domain account in the same admin group to log on and had
no problem. What did I miss?
Thanks in advance for any help.
BingHi
"bing" wrote:

> Hi,
> We're running SQL server 2000 standard edition on Windows 2003. I logged
in
> using my domain account which is member of an admin group. But in Enterpr
ise
> Manger, under SQL Server Group, I got 'no items'. How come? I used to be
> able to use another domain account in the same admin group to log on and h
ad
> no problem. What did I miss?
> Thanks in advance for any help.
> Bing
When you run SQL Server Enterprise Manager for the first time, it should
automatically registers all instances of a local SQL Server, but any
instances that are added afterwards will be not be automatically registered.
You must be on the server where the instance is installed for this to occur.
If you have removed the registration you will need to manually add it again.
Also check that the registry has not been changed/corrupted.
John

No items under SQL server group

Hi,
We're running SQL server 2000 standard edition on Windows 2003. I logged in
using my domain account which is member of an admin group. But in Enterprise
Manger, under SQL Server Group, I got 'no items'. How come? I used to be
able to use another domain account in the same admin group to log on and had
no problem. What did I miss?
Thanks in advance for any help.
BingHi
"bing" wrote:
> Hi,
> We're running SQL server 2000 standard edition on Windows 2003. I logged in
> using my domain account which is member of an admin group. But in Enterprise
> Manger, under SQL Server Group, I got 'no items'. How come? I used to be
> able to use another domain account in the same admin group to log on and had
> no problem. What did I miss?
> Thanks in advance for any help.
> Bing
When you run SQL Server Enterprise Manager for the first time, it should
automatically registers all instances of a local SQL Server, but any
instances that are added afterwards will be not be automatically registered.
You must be on the server where the instance is installed for this to occur.
If you have removed the registration you will need to manually add it again.
Also check that the registry has not been changed/corrupted.
Johnsql

Monday, March 26, 2012

No Email

Hello.
I have created a domain account, granted the account Administrator access on
the report server machine, have changed the two windows services to run as
that account, and have created an Exchange mailbox for the domain account.
I created a simple report that has no data source. I created a shared
calendar that runs every 1 minute. I subscribed to the report on that
schedule, no report.
The report is not being emailed.
Any thoughts?
Thanks in advance,
MikeAlso, SQL server instance is on a different machine.
I don't think that the report is even running. Does reporting services use
the SQL agent?
"mike" <milop@.slomins.com> wrote in message
news:Or03HXtuFHA.2076@.TK2MSFTNGP14.phx.gbl...
> Hello.
> I have created a domain account, granted the account Administrator access
> on the report server machine, have changed the two windows services to run
> as that account, and have created an Exchange mailbox for the domain
> account.
> I created a simple report that has no data source. I created a shared
> calendar that runs every 1 minute. I subscribed to the report on that
> schedule, no report.
> The report is not being emailed.
> Any thoughts?
> Thanks in advance,
> Mike
>|||No,Mike it does not.
"mike" wrote:
> Also, SQL server instance is on a different machine.
> I don't think that the report is even running. Does reporting services use
> the SQL agent?
> "mike" <milop@.slomins.com> wrote in message
> news:Or03HXtuFHA.2076@.TK2MSFTNGP14.phx.gbl...
> > Hello.
> >
> > I have created a domain account, granted the account Administrator access
> > on the report server machine, have changed the two windows services to run
> > as that account, and have created an Exchange mailbox for the domain
> > account.
> >
> > I created a simple report that has no data source. I created a shared
> > calendar that runs every 1 minute. I subscribed to the report on that
> > schedule, no report.
> >
> > The report is not being emailed.
> >
> > Any thoughts?
> >
> > Thanks in advance,
> >
> > Mike
> >
>
>|||As Per my knowledge an SQL Agent job is created for each schedule. SQL Server
Agent is very much required to run the Scheduled SRS Reports.
Ashish
"ProJester" wrote:
> No,Mike it does not.
>
> "mike" wrote:
> > Also, SQL server instance is on a different machine.
> >
> > I don't think that the report is even running. Does reporting services use
> > the SQL agent?
> >
> > "mike" <milop@.slomins.com> wrote in message
> > news:Or03HXtuFHA.2076@.TK2MSFTNGP14.phx.gbl...
> > > Hello.
> > >
> > > I have created a domain account, granted the account Administrator access
> > > on the report server machine, have changed the two windows services to run
> > > as that account, and have created an Exchange mailbox for the domain
> > > account.
> > >
> > > I created a simple report that has no data source. I created a shared
> > > calendar that runs every 1 minute. I subscribed to the report on that
> > > schedule, no report.
> > >
> > > The report is not being emailed.
> > >
> > > Any thoughts?
> > >
> > > Thanks in advance,
> > >
> > > Mike
> > >
> >
> >
> >sql

No disk in drive a:

Good morning
We ask for help please for the following:
From a Windows XP SP2 via Terminal Services (mstsc.exe) we were accessing a
Windows Server 2003 SP1/SQL 2000 SP4.
After remote instruction to be restarted the SQL Server Service, this
service aparentely stops OK, but does not start again
with an error on the master Database.
Note: in Task Manager the SQL Process was still active, not possible to
eliminate
After some attempts to restart the service, we note that other DBs were also
alocated. Allways working via Terminal.
When finally we went to the phisical Server, to restart the machine, we note
the dialog message: There is no disk in drive a:
Note: this dialog does not appear on the terminal side
When this msg was accepted the situation was reestablished.
Is this a known error?
How to solve?
How to be sure that the dialog msg is really mapped to the Terminal
environment?
Thanks
Regards
Rui MendonçaHi RM,
Have a look at this:
http://support.microsoft.com/default.aspx?scid=kb;en-us;281345&sd=tech
Ray
"RM" wrote:
> Good morning
> We ask for help please for the following:
> From a Windows XP SP2 via Terminal Services (mstsc.exe) we were accessing a
> Windows Server 2003 SP1/SQL 2000 SP4.
> After remote instruction to be restarted the SQL Server Service, this
> service aparentely stops OK, but does not start again
> with an error on the master Database.
> Note: in Task Manager the SQL Process was still active, not possible to
> eliminate
> After some attempts to restart the service, we note that other DBs were also
> alocated. Allways working via Terminal.
>
> When finally we went to the phisical Server, to restart the machine, we note
> the dialog message: There is no disk in drive a:
> Note: this dialog does not appear on the terminal side
> When this msg was accepted the situation was reestablished.
>
> Is this a known error?
> How to solve?
> How to be sure that the dialog msg is really mapped to the Terminal
> environment?
> Thanks
> Regards
> Rui Mendonça
>
>|||Hello Rui,
I agree with Ray this issue is related to default error mode handling. Some
settings in terminal session blocks the error dialog which causes the
process of SQL Server to hang. You may want to check if you log on to
Windows with same domain user account and if the issue occurs with other
user account.
Also, please change the registry key ErrorMode Value = 2 to see if there is
any side effect. Usually this error message "There is no disk in drive a:"
does not cause real issue and can be ignored. You may still see the
information logged in event log though the dialog does not prompt.
Best Regards,
Peter Yang
MCSE2000/2003, MCSA, MCDBA
Microsoft Online Partner Support
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
=====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.|||I Thank you all for the help.
I have posted a very urgent situation in "microsoft.public.sqlserver.server"
with the name "Event ID: 17052 Urgent"
Please Help
Thanks a lot
Rui Mendonça
""privatenews"" <petery@.online.microsoft.com> wrote in message
news:sJNUcJalGHA.5164@.TK2MSFTNGXA01.phx.gbl...
> Hello Rui,
> I agree with Ray this issue is related to default error mode handling.
> Some
> settings in terminal session blocks the error dialog which causes the
> process of SQL Server to hang. You may want to check if you log on to
> Windows with same domain user account and if the issue occurs with other
> user account.
> Also, please change the registry key ErrorMode Value = 2 to see if there
> is
> any side effect. Usually this error message "There is no disk in drive a:"
> does not cause real issue and can be ignored. You may still see the
> information logged in event log though the dialog does not prompt.
> Best Regards,
> Peter Yang
> MCSE2000/2003, MCSA, MCDBA
> Microsoft Online Partner Support
> When responding to posts, please "Reply to Group" via your newsreader so
> that others may learn and benefit from your issue.
> =====================================================>
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>|||Hello Rui,
Please note I'v replied in that in that thread. Thanks.
Best Regards,
Peter Yang
MCSE2000/2003, MCSA, MCDBA
Microsoft Online Partner Support
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
=====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.sql

Friday, March 23, 2012

No data in Sql server 2005

Hi everybody,
Happy Holidays to all. I developed a windows application that connects to
Sql server 2000, using windows authentication and it works, able to retrive
and other data process. But when I used it on Sql Server 2005 Express, it wa
s
unable to retrive data. What is wrong with it? How can I fixed this?
Connecting String at 2000:
"integrated security=SSPI;data source=localhost;persist security
info=False;initial
catalog=Genesis;"
Connection String at 2005:
"integrated security=SSPI;data source=RITS-DENNIS\SQLEXPRESS;persist securit
y
info=False;initial catalog=Genesis;"
"user id=guest;password=guest123;data source=RITS-DENNIS\SQLEXPRESS;persist
security info=False;initial catalog=Genesis;"
Thanks in Advanced.
den2005
--
MCP Year 2005, PhilippinesHi,
would you give some more insight !?
is it run on Windows Authentication !?
is their Guest User has access for DB / server !?
what is error message ?
:-)
Regards
--
Andy Davis
Activecrypt Team
---
SQL Server Encryption Software
http://www.activecrypt.com
"den 2005" wrote:

> Hi everybody,
> Happy Holidays to all. I developed a windows application that connects
to
> Sql server 2000, using windows authentication and it works, able to retriv
e
> and other data process. But when I used it on Sql Server 2005 Express, it
was
> unable to retrive data. What is wrong with it? How can I fixed this?
> Connecting String at 2000:
> "integrated security=SSPI;data source=localhost;persist security
> info=False;initial
> catalog=Genesis;"
> Connection String at 2005:
> "integrated security=SSPI;data source=RITS-DENNIS\SQLEXPRESS;persist secur
ity
> info=False;initial catalog=Genesis;"
> "user id=guest;password=guest123;data source=RITS-DENNIS\SQLEXPRESS;persis
t
> security info=False;initial catalog=Genesis;"
>
> Thanks in Advanced.
> den2005
> --
> MCP Year 2005, Philippines|||Please don't post independently in separate newsgroups. You can add
multiple newsgroups to the header and then all the answers appear as one.
See my reply in the other newsgroup.
Andrew J. Kelly SQL MVP
"den 2005" <den2005@.discussions.microsoft.com> wrote in message
news:B4D11A55-9CB7-4ACE-9F4E-91524D4E58D9@.microsoft.com...
> Hi everybody,
> Happy Holidays to all. I developed a windows application that connects
> to
> Sql server 2000, using windows authentication and it works, able to
> retrive
> and other data process. But when I used it on Sql Server 2005 Express, it
> was
> unable to retrive data. What is wrong with it? How can I fixed this?
> Connecting String at 2000:
> "integrated security=SSPI;data source=localhost;persist security
> info=False;initial
> catalog=Genesis;"
> Connection String at 2005:
> "integrated security=SSPI;data source=RITS-DENNIS\SQLEXPRESS;persist
> security
> info=False;initial catalog=Genesis;"
> "user id=guest;password=guest123;data
> source=RITS-DENNIS\SQLEXPRESS;persist
> security info=False;initial catalog=Genesis;"
>
> Thanks in Advanced.
> den2005
> --
> MCP Year 2005, Philippines|||Thanks Andy for replying.
The connection is ok. Able to connect and open the SqlConnection but no data
is retrive, but teher is data on it. I used windows authentication in sql
2000 and try this in sql 2005.
Dennis
--
MCP Year 2005, Philippines
"Andy Davis" wrote:
[vbcol=seagreen]
> Hi,
> would you give some more insight !?
> is it run on Windows Authentication !?
> is their Guest User has access for DB / server !?
> what is error message ?
> :-)
> Regards
> --
> Andy Davis
> Activecrypt Team
> ---
> SQL Server Encryption Software
> http://www.activecrypt.com
>
> "den 2005" wrote:
>|||Sorry for that, don't know how to do that.
dennis
--
MCP Year 2005, Philippines
"Andrew J. Kelly" wrote:

> Please don't post independently in separate newsgroups. You can add
> multiple newsgroups to the header and then all the answers appear as one.
> See my reply in the other newsgroup.
>
> --
> Andrew J. Kelly SQL MVP
>
> "den 2005" <den2005@.discussions.microsoft.com> wrote in message
> news:B4D11A55-9CB7-4ACE-9F4E-91524D4E58D9@.microsoft.com...
>
>|||You simply include the other newsgroups in the "NewsGroups" (addressed to
part of the header) section and it will be posted to all of them at once,
including replies. If you have Outlook Express you can simply click on the
"Newsgroups" icon to the left of the textbox and select as many as you need.
Andrew J. Kelly SQL MVP
"den 2005" <den2005@.discussions.microsoft.com> wrote in message
news:08CE0F6F-5D4F-4152-8E4C-45DA8366E681@.microsoft.com...[vbcol=seagreen]
> Sorry for that, don't know how to do that.
> dennis
> --
> MCP Year 2005, Philippines
>
> "Andrew J. Kelly" wrote:
>|||In the headers of den2005's messages it says that the Newsreader is
"Microsoft CDO for Windows 2000", so it seems to not be Outlook Express. I
think it is probably an online Newsreader.
"Andrew J. Kelly" <sqlmvpnooospam@.shadhawk.com> wrote in message
news:%23oI1TyuCGHA.724@.TK2MSFTNGP10.phx.gbl...
> If you have Outlook Express you can simply click on the "Newsgroups" icon
> to the left of the textbox and select as many as you need.|||Hi Andrew and Sam,
I am using the Microsof Online Newsgroup to post topics and not using
Outlook.
den2005
--
MCP Year 2005, Philippines
"Sam Hobbs" wrote:

> In the headers of den2005's messages it says that the Newsreader is
> "Microsoft CDO for Windows 2000", so it seems to not be Outlook Express. I
> think it is probably an online Newsreader.
>
> "Andrew J. Kelly" <sqlmvpnooospam@.shadhawk.com> wrote in message
> news:%23oI1TyuCGHA.724@.TK2MSFTNGP10.phx.gbl...
>
>|||Hi,
have you created a new database ! or attached it !?
:-)
Regards
--
Andy Davis
Activecrypt Team
---
SQL Server Encryption Software
http://www.activecrypt.com
"den 2005" wrote:
[vbcol=seagreen]
> Thanks Andy for replying.
> The connection is ok. Able to connect and open the SqlConnection but no da
ta
> is retrive, but teher is data on it. I used windows authentication in sql
> 2000 and try this in sql 2005.
> Dennis
> --
> MCP Year 2005, Philippines
>
> "Andy Davis" wrote:
>|||Hi Den
The Web based newsgroups such as
http://www.microsoft.com/technet/co...server/sql.mspx do not
allow you to post in multiple groups. You should choose the most appropriate
group and post there. Before posting it is also worth checking for similar
posts made in the past, e.g. search google (which would cover multiple
groups) or using the search facility in the online groups.
John
"den 2005" <den2005@.discussions.microsoft.com> wrote in message
news:21A14991-A08A-4A51-B2CE-D48A6C51FDA0@.microsoft.com...[vbcol=seagreen]
> Hi Andrew and Sam,
> I am using the Microsof Online Newsgroup to post topics and not using
> Outlook.
> den2005
> --
> MCP Year 2005, Philippines
>
> "Sam Hobbs" wrote:
>

No data in Sql 2005 tehre is data in sql 2000

Hi everybody,
I developed a windows application that connects to Sql server 2000, using
windows authentication and it works, able to retrive and other data process.
But when I used it on Sql Server 2005 Express, it was unable to retrive data
.
What is wrong with it? How can I fixed this?
Connecting String at 2000:
"integrated security=SSPI;data source=localhost;persist security
info=False;initial
catalog=Genesis;"
Connection String at 2005:
"integrated security=SSPI;data source=RITS-DENNIS\SQLEXPRESS;persist securit
y
info=False;initial catalog=Genesis;"
"user id=guest;password=guest123;data source=RITS-DENNIS\SQLEXPRESS;persist
security info=False;initial catalog=Genesis;"
Thanks in Advanced.
den2005
--
MCP Year 2005, PhilippinesWhat exactly does "unable to retrieve data" mean? Is it a problem
connecting to SQL Server? Do you get errors when you run queries? Do you
not get errors but no data? It could be a million things you have to help
us out here.
Andrew J. Kelly SQL MVP
"den 2005" <den2005@.discussions.microsoft.com> wrote in message
news:4CA57567-F7CD-42C0-B588-4609ADFB5730@.microsoft.com...
> Hi everybody,
> I developed a windows application that connects to Sql server 2000,
> using
> windows authentication and it works, able to retrive and other data
> process.
> But when I used it on Sql Server 2005 Express, it was unable to retrive
> data.
> What is wrong with it? How can I fixed this?
> Connecting String at 2000:
> "integrated security=SSPI;data source=localhost;persist security
> info=False;initial
> catalog=Genesis;"
> Connection String at 2005:
> "integrated security=SSPI;data source=RITS-DENNIS\SQLEXPRESS;persist
> security
> info=False;initial catalog=Genesis;"
> "user id=guest;password=guest123;data
> source=RITS-DENNIS\SQLEXPRESS;persist
> security info=False;initial catalog=Genesis;"
>
> Thanks in Advanced.
> den2005
> --
> MCP Year 2005, Philippines|||Thanks for replying, Andrew.
Able to open SqlConnection but no data is returned or retrived, and no error
message either.
Dennis
--
MCP Year 2005, Philippines
"Andrew J. Kelly" wrote:

> What exactly does "unable to retrieve data" mean? Is it a problem
> connecting to SQL Server? Do you get errors when you run queries? Do you
> not get errors but no data? It could be a million things you have to help
> us out here.
> --
> Andrew J. Kelly SQL MVP
>
> "den 2005" <den2005@.discussions.microsoft.com> wrote in message
> news:4CA57567-F7CD-42C0-B588-4609ADFB5730@.microsoft.com...
>
>|||Again we need as much info as you can give us. Your initial post shows only
a connection string. There is no example of what you are doing after that.
Just opening a connection does not return data, you need to issue a
statement. Can you post the exact code you are using to issue the command
and how you are determining it does not return anything?
Andrew J. Kelly SQL MVP
"den 2005" <den2005@.discussions.microsoft.com> wrote in message
news:4867BFEF-7E1E-4C73-9033-9001EAAA90F7@.microsoft.com...[vbcol=seagreen]
> Thanks for replying, Andrew.
> Able to open SqlConnection but no data is returned or retrived, and no
> error
> message either.
> Dennis
> --
> MCP Year 2005, Philippines
>
> "Andrew J. Kelly" wrote:
>|||Hi Andrew,
Thanks for reply. Well, I have found what is wrong, and able to retrive
data. There ia one strange incident involving storing data, I inserted a lot
of records in SQl server 2005 using Windows authentication to log on the sql
server, the other day, I look into the data and it's gone, seems the data ha
s
been erased or was not all inserted permanently.
Yesterday, I used the sa account to do the same, today, I check the data
inserted yesterday was still here. Why does that happens? Using windows
authentication to insert data is not ok. I am doing this in sql 2000, and it
is working.
Solved Problem Codes: (This is not exact code, Basically this is what trying
to do)
Dim sqlConn As New SqlConnection(constr)
Dim sqlText = "Select * From Topics"
Dim sqlAdapter As new SqlDataAdapter(sqlText, sqlConn)
Dim ds as new DataSet
sqlAdapter.Fill(ds,"Topics')
Dim dtObj as Datatable
dtObj = ds.Tables("Topics")
return dtObj
dennis
--
MCP Year 2005, Philippines
"Andrew J. Kelly" wrote:

> Again we need as much info as you can give us. Your initial post shows onl
y
> a connection string. There is no example of what you are doing after that.
> Just opening a connection does not return data, you need to issue a
> statement. Can you post the exact code you are using to issue the command
> and how you are determining it does not return anything?
> --
> Andrew J. Kelly SQL MVP
>
> "den 2005" <den2005@.discussions.microsoft.com> wrote in message
> news:4867BFEF-7E1E-4C73-9033-9001EAAA90F7@.microsoft.com...
>
>|||The reason you seemed to have lost the data was probably due to the
connection setting it in IMPLICIT TRANSACTION mode. This means when the
first command is issued a BEGIN TRAN automatically gets issued behind the
scenes. That means all of your inserts were wrapped in a transaction. If
you didn't issue a COMMIT when done they would have been rolled back when
you ended the connection.
Andrew J. Kelly SQL MVP
"den 2005" <den2005@.discussions.microsoft.com> wrote in message
news:B01C3A0C-6F8E-40DF-BCF6-2E137D78EE13@.microsoft.com...[vbcol=seagreen]
> Hi Andrew,
> Thanks for reply. Well, I have found what is wrong, and able to retrive
> data. There ia one strange incident involving storing data, I inserted a
> lot
> of records in SQl server 2005 using Windows authentication to log on the
> sql
> server, the other day, I look into the data and it's gone, seems the data
> has
> been erased or was not all inserted permanently.
> Yesterday, I used the sa account to do the same, today, I check the
> data
> inserted yesterday was still here. Why does that happens? Using windows
> authentication to insert data is not ok. I am doing this in sql 2000, and
> it
> is working.
> Solved Problem Codes: (This is not exact code, Basically this is what
> trying
> to do)
> Dim sqlConn As New SqlConnection(constr)
> Dim sqlText = "Select * From Topics"
> Dim sqlAdapter As new SqlDataAdapter(sqlText, sqlConn)
> Dim ds as new DataSet
> sqlAdapter.Fill(ds,"Topics')
> Dim dtObj as Datatable
> dtObj = ds.Tables("Topics")
> return dtObj
>
> dennis
> --
> MCP Year 2005, Philippines
>
> "Andrew J. Kelly" wrote:
>|||Andrew,
Transaction? I did not use them, I used the query window and put insert
statements and execute by pressing F5. Is there a automatic transaction mode
at the back of this operation? I used sa account, why i did not lose the dat
a
same as before, the change I did is only the account I used to login.
Thanks for reply.
dennis
--
MCP Year 2005, Philippines
"Andrew J. Kelly" wrote:

> The reason you seemed to have lost the data was probably due to the
> connection setting it in IMPLICIT TRANSACTION mode. This means when the
> first command is issued a BEGIN TRAN automatically gets issued behind the
> scenes. That means all of your inserts were wrapped in a transaction. If
> you didn't issue a COMMIT when done they would have been rolled back when
> you ended the connection.
> --
> Andrew J. Kelly SQL MVP
>
> "den 2005" <den2005@.discussions.microsoft.com> wrote in message
> news:B01C3A0C-6F8E-40DF-BCF6-2E137D78EE13@.microsoft.com...
>
>|||By default the Query Editor does not use Implicit Transactions but you can
change the options to be in that mode. It is hard to say what actually
happened but most of the time people ask about something like this it is the
result of an inadvertent BEGIN TRAN and no COMMIT.
Andrew J. Kelly SQL MVP
"den 2005" <den2005@.discussions.microsoft.com> wrote in message
news:7E08B896-BBD9-4D0C-B5AD-8C3A21D6EB53@.microsoft.com...[vbcol=seagreen]
> Andrew,
> Transaction? I did not use them, I used the query window and put insert
> statements and execute by pressing F5. Is there a automatic transaction
> mode
> at the back of this operation? I used sa account, why i did not lose the
> data
> same as before, the change I did is only the account I used to login.
> Thanks for reply.
> dennis
> --
> MCP Year 2005, Philippines
>
> "Andrew J. Kelly" wrote:
>

No data in Sql 2005 tehre is data in sql 2000

Hi everybody,
I developed a windows application that connects to Sql server 2000, using
windows authentication and it works, able to retrive and other data process.
But when I used it on Sql Server 2005 Express, it was unable to retrive data.
What is wrong with it? How can I fixed this?
Connecting String at 2000:
"integrated security=SSPI;data source=localhost;persist security
info=False;initial
catalog=Genesis;"
Connection String at 2005:
"integrated security=SSPI;data source=RITS-DENNIS\SQLEXPRESS;persist security
info=False;initial catalog=Genesis;"
"user id=guest;password=guest123;data source=RITS-DENNIS\SQLEXPRESS;persist
security info=False;initial catalog=Genesis;"
Thanks in Advanced.
den2005
MCP Year 2005, Philippines
What exactly does "unable to retrieve data" mean? Is it a problem
connecting to SQL Server? Do you get errors when you run queries? Do you
not get errors but no data? It could be a million things you have to help
us out here.
Andrew J. Kelly SQL MVP
"den 2005" <den2005@.discussions.microsoft.com> wrote in message
news:4CA57567-F7CD-42C0-B588-4609ADFB5730@.microsoft.com...
> Hi everybody,
> I developed a windows application that connects to Sql server 2000,
> using
> windows authentication and it works, able to retrive and other data
> process.
> But when I used it on Sql Server 2005 Express, it was unable to retrive
> data.
> What is wrong with it? How can I fixed this?
> Connecting String at 2000:
> "integrated security=SSPI;data source=localhost;persist security
> info=False;initial
> catalog=Genesis;"
> Connection String at 2005:
> "integrated security=SSPI;data source=RITS-DENNIS\SQLEXPRESS;persist
> security
> info=False;initial catalog=Genesis;"
> "user id=guest;password=guest123;data
> source=RITS-DENNIS\SQLEXPRESS;persist
> security info=False;initial catalog=Genesis;"
>
> Thanks in Advanced.
> den2005
> --
> MCP Year 2005, Philippines
|||Thanks for replying, Andrew.
Able to open SqlConnection but no data is returned or retrived, and no error
message either.
Dennis
MCP Year 2005, Philippines
"Andrew J. Kelly" wrote:

> What exactly does "unable to retrieve data" mean? Is it a problem
> connecting to SQL Server? Do you get errors when you run queries? Do you
> not get errors but no data? It could be a million things you have to help
> us out here.
> --
> Andrew J. Kelly SQL MVP
>
> "den 2005" <den2005@.discussions.microsoft.com> wrote in message
> news:4CA57567-F7CD-42C0-B588-4609ADFB5730@.microsoft.com...
>
>
|||Again we need as much info as you can give us. Your initial post shows only
a connection string. There is no example of what you are doing after that.
Just opening a connection does not return data, you need to issue a
statement. Can you post the exact code you are using to issue the command
and how you are determining it does not return anything?
Andrew J. Kelly SQL MVP
"den 2005" <den2005@.discussions.microsoft.com> wrote in message
news:4867BFEF-7E1E-4C73-9033-9001EAAA90F7@.microsoft.com...[vbcol=seagreen]
> Thanks for replying, Andrew.
> Able to open SqlConnection but no data is returned or retrived, and no
> error
> message either.
> Dennis
> --
> MCP Year 2005, Philippines
>
> "Andrew J. Kelly" wrote:
|||Hi Andrew,
Thanks for reply. Well, I have found what is wrong, and able to retrive
data. There ia one strange incident involving storing data, I inserted a lot
of records in SQl server 2005 using Windows authentication to log on the sql
server, the other day, I look into the data and it's gone, seems the data has
been erased or was not all inserted permanently.
Yesterday, I used the sa account to do the same, today, I check the data
inserted yesterday was still here. Why does that happens? Using windows
authentication to insert data is not ok. I am doing this in sql 2000, and it
is working.
Solved Problem Codes: (This is not exact code, Basically this is what trying
to do)
Dim sqlConn As New SqlConnection(constr)
Dim sqlText = "Select * From Topics"
Dim sqlAdapter As new SqlDataAdapter(sqlText, sqlConn)
Dim ds as new DataSet
sqlAdapter.Fill(ds,"Topics')
Dim dtObj as Datatable
dtObj = ds.Tables("Topics")
return dtObj
dennis
MCP Year 2005, Philippines
"Andrew J. Kelly" wrote:

> Again we need as much info as you can give us. Your initial post shows only
> a connection string. There is no example of what you are doing after that.
> Just opening a connection does not return data, you need to issue a
> statement. Can you post the exact code you are using to issue the command
> and how you are determining it does not return anything?
> --
> Andrew J. Kelly SQL MVP
>
> "den 2005" <den2005@.discussions.microsoft.com> wrote in message
> news:4867BFEF-7E1E-4C73-9033-9001EAAA90F7@.microsoft.com...
>
>
|||The reason you seemed to have lost the data was probably due to the
connection setting it in IMPLICIT TRANSACTION mode. This means when the
first command is issued a BEGIN TRAN automatically gets issued behind the
scenes. That means all of your inserts were wrapped in a transaction. If
you didn't issue a COMMIT when done they would have been rolled back when
you ended the connection.
Andrew J. Kelly SQL MVP
"den 2005" <den2005@.discussions.microsoft.com> wrote in message
news:B01C3A0C-6F8E-40DF-BCF6-2E137D78EE13@.microsoft.com...[vbcol=seagreen]
> Hi Andrew,
> Thanks for reply. Well, I have found what is wrong, and able to retrive
> data. There ia one strange incident involving storing data, I inserted a
> lot
> of records in SQl server 2005 using Windows authentication to log on the
> sql
> server, the other day, I look into the data and it's gone, seems the data
> has
> been erased or was not all inserted permanently.
> Yesterday, I used the sa account to do the same, today, I check the
> data
> inserted yesterday was still here. Why does that happens? Using windows
> authentication to insert data is not ok. I am doing this in sql 2000, and
> it
> is working.
> Solved Problem Codes: (This is not exact code, Basically this is what
> trying
> to do)
> Dim sqlConn As New SqlConnection(constr)
> Dim sqlText = "Select * From Topics"
> Dim sqlAdapter As new SqlDataAdapter(sqlText, sqlConn)
> Dim ds as new DataSet
> sqlAdapter.Fill(ds,"Topics')
> Dim dtObj as Datatable
> dtObj = ds.Tables("Topics")
> return dtObj
>
> dennis
> --
> MCP Year 2005, Philippines
>
> "Andrew J. Kelly" wrote:
|||Andrew,
Transaction? I did not use them, I used the query window and put insert
statements and execute by pressing F5. Is there a automatic transaction mode
at the back of this operation? I used sa account, why i did not lose the data
same as before, the change I did is only the account I used to login.
Thanks for reply.
dennis
MCP Year 2005, Philippines
"Andrew J. Kelly" wrote:

> The reason you seemed to have lost the data was probably due to the
> connection setting it in IMPLICIT TRANSACTION mode. This means when the
> first command is issued a BEGIN TRAN automatically gets issued behind the
> scenes. That means all of your inserts were wrapped in a transaction. If
> you didn't issue a COMMIT when done they would have been rolled back when
> you ended the connection.
> --
> Andrew J. Kelly SQL MVP
>
> "den 2005" <den2005@.discussions.microsoft.com> wrote in message
> news:B01C3A0C-6F8E-40DF-BCF6-2E137D78EE13@.microsoft.com...
>
>
|||By default the Query Editor does not use Implicit Transactions but you can
change the options to be in that mode. It is hard to say what actually
happened but most of the time people ask about something like this it is the
result of an inadvertent BEGIN TRAN and no COMMIT.
Andrew J. Kelly SQL MVP
"den 2005" <den2005@.discussions.microsoft.com> wrote in message
news:7E08B896-BBD9-4D0C-B5AD-8C3A21D6EB53@.microsoft.com...[vbcol=seagreen]
> Andrew,
> Transaction? I did not use them, I used the query window and put insert
> statements and execute by pressing F5. Is there a automatic transaction
> mode
> at the back of this operation? I used sa account, why i did not lose the
> data
> same as before, the change I did is only the account I used to login.
> Thanks for reply.
> dennis
> --
> MCP Year 2005, Philippines
>
> "Andrew J. Kelly" wrote:
sql

No data found when I browse cube

Hi,I have MS SQL Server (& Analysis Server) installed on a Windows 2000 server machine.I installed the MS SQL Server client and Analysis server on my local machine too(Windows NT).Now,I created an Analysis database on my local machine whose data source lies on the Windows 2000 server machine.When I access the cube data from my local m/c,I can see the data.
Then,I took the backup of my local Analysis database(.CAB) and restored it onto the Windows 2000 server machine.But now,when I try to browse the cube data on the Windows 2000 server machine,I don't find any data!!
I don't have to clue about what went wrong.I have installed SP3 on both the machinessql

No connection to local SQL Server when no network connection

Hi !
We are using Windows XP,
ADO.NET in our application (programming language: C#),
MS SQL Server 2000.
The computer is a SONY notebook.
SQL server is running on the same machine as the application.
The application has worked in many, many cases under W2K and even XP.
But on that computer it doesn't work:
When there is no network connection,
then the application CANNOT connect to our DB.
On the other hand, Enterprise Manager CAN connect.
When we plug in the network and restart the computer,
then the application CAN connect.
However, SQL Server is running locally !
The connection string for connecting our app to the database is something
like:
sqlConnection.ConnectionString =
"packet size=4096;user id=BIS;persist security info=false;initial
catalog=BIS; server=(local)";
How can we fix that problem ?
Your kind help would be appreciated.
Peter
I have had similar issues - am not sure why though.
However,I seem to be able to connect by either using the (local) or the
actual PC name - it just seems to change its behaviour depending on the
network connectivity status.
Hope this is of some help.
LeMuppet
lemuppet
Posted via http://www.webservertalk.com
View this thread: http://www.webservertalk.com/message411117.html

No connection to local SQL Server when no network connection

Hi !
We are using Windows XP,
ADO in our application,
MS SQL Server 2000.
(Programming language: Delphi 5;
ADO components: from Adonis;
The computer is a SONY notebook).
SQL server is running on the same machine as the application.
The application has worked in many, many cases under W2K and even XP.
But on that computer it doesn't work:
When there is no network connection, then the application CANNOT connect to
our DB.
On the other hand, Enterprise Manager CAN connect.
When we plug in the network and restart the computer, then the application
CAN connect.
However, SQL Server is running locally !
The connection string for connecting our app to the database is something
like:
'Provider=SQLOLEDB.1; Password="";Persist Security Info=True;User
ID=Bis;Initial Catalog=BIS;Data Source=127.0.0.1'
How can we fix that problem ?
Is this a problem of MS SQL Server administration ?
Your kind help would be appreciated.
PeterThe soluition is to use named pipes to connect as
Enterprise manager will if IP: 127.0.0.1 cannot connect.
Change your connection string to :
'Provider=SQLOLEDB.1; Password="";Persist Security
Info=True;User
ID=Bis;Initial Catalog=BIS;Data Source=(local)'
This should fix the problem.
>--Original Message--
>Hi !
>We are using Windows XP,
>ADO in our application,
>MS SQL Server 2000.
>(Programming language: Delphi 5;
> ADO components: from Adonis;
> The computer is a SONY notebook).
>SQL server is running on the same machine as the
application.
>The application has worked in many, many cases under W2K
and even XP.
>But on that computer it doesn't work:
>When there is no network connection, then the application
CANNOT connect to
>our DB.
>On the other hand, Enterprise Manager CAN connect.
>When we plug in the network and restart the computer,
then the application
>CAN connect.
>However, SQL Server is running locally !
>The connection string for connecting our app to the
database is something
>like:
> 'Provider=SQLOLEDB.1; Password="";Persist Security
Info=True;User
>ID=Bis;Initial Catalog=BIS;Data Source=127.0.0.1'
>How can we fix that problem ?
>Is this a problem of MS SQL Server administration ?
>Your kind help would be appreciated.
>Peter
>
>.
>|||> Change your connection string to :
> 'Provider=SQLOLEDB.1; Password="";Persist Security
> Info=True;User
> ID=Bis;Initial Catalog=BIS;Data Source=(local)'
It worked.
Thanks a lot !

No column to map

Hello,

I am using oledb source and running sp_helpdb procedure but when I open the columns windows there are no column available.

your help is appreciated.

Thanks.

got the answer workaround is to use

SET FMTONLY OFF

Wednesday, March 21, 2012

No Cluster to Cluster

We are going through a process of clustering windows 2000 & sql 2000. We
currently are running windows 2000 server & sql 2000 on a single server,
non-clustered of course. We have the procedures down for creating the
windows cluster and then the sql cluster, but have questions as to migrating
the existing sql data from the non-clustered hardware currently in use. Are
there any items to be aware of when moving sql data from a non-clustered
setup to a clustered setup? Does anyone have a recommendation for some
articles on the best practice to move the sql data to the cluster while
retaining logins, security, db maint plans, dts packages, and other sql
items?
TIA!
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$
$ Nick Maxwell, MCSE 2k, CCNA , A+
$ Systems Engineer
$ Heartland Business Systems
$ http://www.hbs.net
$ nmaxwell@.nospam.hbs.net
$
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
The data/databases don't know or care if they are clustered. So you can
detach them from one machine and attach them to another with no problems.
However, you do need to be aware of these factors in a cluster:
* The databases (user and system) all have to be on a shared drive. If the
drive letter of that drive is different from the drive letter of the
originating instance, you have to take some extra steps which are outlined
in the KB article 314546 HOW TO: Move Databases Between Computers That Are
Running SQL Server http://support.microsoft.com/?id=314546.
* The SQL Server resource must be dependent on any drive with SQL Server
data or backups.
* If you plan to upgrade the existing instance to a clustered instance, you
can do so using setup as long as the data is already moved to a shared
drive. So create the Windows cluster, add a shared drive in its own group
that you plan to use for SQL Server, move all databases to that drive, then
run SQL Enterprise Edition setup to upgrade to a virtual server.
* If the virtual server name is different than the original server name,
run sp_dropserver/sp_addserver (local) to get @.@.servername correct. Note
that this only works when moving databases, not for renaming an existing
virtual instance. To rename an existing virtual instance you have to
reinstall with the correct name to get all the registry keys updated
properly.
Cindy Gross, MCDBA, MCSE
http://cindygross.tripod.com
This posting is provided "AS IS" with no warranties, and confers no rights.

No access to database

I have a Windows Group setup to access a SQL server, say (SQLSUPPORT as windows group) and it's a login account to a SQL server... I have a Windows user, DOMAIN\memberA (as member of the group SQLSUPPORT), and it also has a specific login access account to a SQL server but no database user access...

SQLSUPPORT has db_datareader and db_datawriter permissions to DATABASEa but not DOMAIN\memberA... DOMAIN\memberA does not have specific access to DATABASEa...

I get the error message that DOMAIN\memberA does not have permissions to the database.

How can this be? Why can't the user account that's a member of a group have access to the database when the group has been granted db_datareader and db_datawriter permissions?

BUT, does domain\SQLSupport have permission to access the database?

|||

Yes, SQLSUPPORT has db_datareader and db_datawriter permissions to DATABASEa but not DOMAIN\memberA... DOMAIN\memberA does not have specific access to DATABASEa...

|||

Permissions are cummulative with deny taking precedence. So my first guess it that memberA is impacted by a deny somewhere. Don't just look at the one group - make sure to look at all groups and roles as well as individual permissions and denies for that user account.

-Sue

sql