Viewing 15 posts - 601 through 615 (of 1,884 total)
REASON 1
Unless you specify "Change Default Database to" in ODBC source you have to set a default database for your user domainhere\meAsUser to your database. Then you have to re-link...
September 18, 2006 at 3:51 pm
SET LANGUAGE statement wil allow you to enter dates with the day first then month if the language is German. I don't think SQL Server supports input numbers with commas...
September 15, 2006 at 2:30 pm
Oledb and ODBC could return differently worded messages, also message may vary based on the access...
September 15, 2006 at 8:52 am
Sure!
I install SQL Server program files on C and Data Files on the Data Drive. I do have installations where the system databases are on the C: drive but I...
September 14, 2006 at 2:48 pm
Oh yes, sure, it will run for sysadmins....
I have a similar problem with one of my apps where I coded something that opens 3 connections to MS ACCESS database...
September 14, 2006 at 2:30 pm
Angelindiego,
sp_MSforeachdb is Undocumented Stored Procedure and as such is in the article on this site by Alexander Chigrik
http://www.sqlservercentral.com/columnists/achigrik/sql2000.asp
SQL Server 2000 Useful Undocumented Stored Procedures
He has good descriptions for this...
September 14, 2006 at 2:15 pm
I think you can query servers for each database as:
Select * from sysusers where SID = (Select SID from syslogins where name = 'previous sysadmin login name goes here') and...
September 14, 2006 at 9:22 am
Hello Angelindiego,
If you open sp_helpdb stored procedure on master database you will see that the line 53 is around this statement:
Insert into #spdbdesc (dbname, owner, created, dbid, cmptlevel)
select name, suser_sname(sid), convert(nvarchar(11),...
September 13, 2006 at 2:58 pm
Additionally:
I was able to use Change Computer link in the Surface Area Configuration Tool to connect to SQL Server 2005 from my workstation.
I was getting the same error message when...
September 13, 2006 at 2:34 pm
When you click Read More in the Surface Area Configuration Tool it shows a page on the tool that refers to this Books Online Article. I wonder if it helps:
September 13, 2006 at 2:16 pm
Debbie,
Sure! somebody who is looking on your stuff locally will be in better position to modify your code, we here can only give a general advice.
one correction: I automatically copied...
September 13, 2006 at 2:05 pm
Debbie,
such a good job on the SP!
Now I understand that you need to insert the dynamic file name for the rows that were imported with each pass of the While...
September 13, 2006 at 9:38 am
Debbie,
Could you post a part of the procedure that gets a file. You should have specified the file name for the source file. Are you providing the file name as...
September 12, 2006 at 4:10 pm
???
I will try it tomorrow.
Did you try to connect from the same Management Studio just registering the server twice, once with Integrated Windows and one with SQL Server Standard...
September 12, 2006 at 3:53 pm
Viewing 15 posts - 601 through 615 (of 1,884 total)