Viewing 15 posts - 1,471 through 1,485 (of 1,884 total)
This one may work better
sp_MSforeachdb
' select ''?''
select name from master.dbo.syslogins
where SID =
(Select SID from ?.dbo.sysusers
where name = ''DBO'')'
The difference is in ?.dbo before sysusers. I did not...
June 10, 2005 at 12:30 pm
Hi,
I am supposed to escalate all issues through our Premier Support point-of-contact unless I am submitting the issue as an individual, not as a company employee. I may do...
June 10, 2005 at 8:28 am
Hi,
here is a possible script for the owner list. You may query the last backup from MSDB, I have to go now, email me tomorrow I will send you. Pay...
June 9, 2005 at 4:20 pm
Hi,
2005 BOL says:
To execute CREATE INDEX, at a minimum, ALTER permission on the table or view is required. This permission is granted by default to the sysadmin fixed server role...
June 9, 2005 at 4:02 pm
Chris,
Submitted those findings to both our Microsoft Premier Support and Application Vendor
June 9, 2005 at 2:49 pm
If he needs to create tables one at a time, not a butch of 100 (see my previous post for a butch) then could he just create a table, stuff it...
June 9, 2005 at 1:40 pm
Hi RS,
I talked to my friend the Notes developer and she told me that first, there is another way to connect to Notes database using ODBC, you will need to...
June 9, 2005 at 1:29 pm
Did not get it. Does it mean sqlquery would like 2 same columns created each time he creates a table and all other columns are different and depend on particular...
June 9, 2005 at 9:17 am
Rick,
he may be trying to attach to the network drive, see my reply above, we posted our replies at the same time - Yelena
June 8, 2005 at 1:44 pm
Hi,
Is your E: drive a network or local drive? If it is a network drive then with one of the following errors
June 8, 2005 at 1:41 pm
Hi,
I will try to ask tomorrow, she already went home and I don't have notes Designer SW.
Yelena
June 8, 2005 at 1:22 pm
Chris,
Hope your presentation is successful. I will wait then till you let me know if June cTP fixed the issue and if not then I will report it.
Yelena
June 8, 2005 at 12:26 pm
Here is the advice from Lotus Notes developer:
Use Notes designer to write code that is very similar to VB code. You can easily output any or all of the Notes...
June 8, 2005 at 12:16 pm
Chris,
Thanks a lot for your research. Actually, my 6.5 compat level database is a vendor-supported database, I will notify them to. Will let you know more later. I have a...
June 7, 2005 at 10:46 am
Or in the Enterprise Manager right-click on Pubs database All Tasks -> Restore Database -> And replace the database name in the box "Restore Database As" with your new name....
June 1, 2005 at 12:06 pm
Viewing 15 posts - 1,471 through 1,485 (of 1,884 total)