Viewing 15 posts - 61 through 75 (of 333 total)
1. What is the output of
SELECT
* FROM msdb.dbo.syssubsystems where subsystem...
July 10, 2007 at 12:37 am
Noel,
Online index operations are available only in SQL Server 2005 Enterprise Edition.
July 10, 2007 at 12:14 am
Nothing strange in it.
If you use SQL Native Client, this message is common. I guess you are confused with "SQL 2005" in error message.
Please check SQL Error Logs and make...
July 10, 2007 at 12:09 am
Why there is filter for session_id > 50?
SQL Server 2005 does not have same mechanism as SQL 2000 where system SPID are always less than 50.
July 10, 2007 at 12:03 am
1. What is structure of Test1 table?
2. Can you provide sample data (1 or 2 rows) from test.dat file?
3. SQL 2000/SQL 2005?
4. Can you check SQL ERRORLOG (C:\Program Files\Microsoft SQL...
July 9, 2007 at 6:35 am
You cannot store two rows in same cell. Bad workaround would be to use comma or other seperator to seperate them. But this is BAD design of RDBMS. Moreover you...
July 9, 2007 at 4:33 am
Without triggers it is not very easy. Triggers can meet your exact requirement.
As you mentioned you can use Profiler tool which is UI based Tool but again you cannot query...
July 9, 2007 at 4:16 am
Wanderer is correct. There is no new parameter with sp_send_dbmail, its in-built now.
921896 A list of the bugs that are fixed in SQL Server 2005 Service Pack 2
http://support.microsoft.com/default.aspx?scid=kb;EN-US;921896
Above refered to KB...
July 9, 2007 at 3:45 am
Contact me at IM bmlakhani@yahoo.com
July 9, 2007 at 12:20 am
In order for it to work with Windows Authentication on remote machine you need to turn on “Security Account Delegation”
Security Account Delegation
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adminsql/ad_security_2gmm.asp
OR
Use SQL Server Authentication
July 9, 2007 at 12:16 am
This is by Design and is documented very clearly on Books online.
BULK INSERT <http://msdn2.microsoft.com/en-us/library/ms188365.aspx>
Security Account Delegation (Impersonation)
If a SQL Server user is logged in using Windows Authentication, the user...
July 9, 2007 at 12:12 am
When you see "hang" did you check using profiler about what is happening on SQL Server side.
Can you create stored procedure using "WITH RECOMPILE" clause and let me know...
July 8, 2007 at 10:23 pm
There is nothing different between 2000 and 2005.
The problem wihch you are facing sounds familar (i have done many backup and restores). I think your user in db is not...
July 8, 2007 at 10:17 pm
Franc,
Since msdb database is corrupt (we would like to know error message to confirm this) follow below steps.
1. Backup all databases (except msdb)
2. rebuild system databases as indicated by deepak
3....
July 8, 2007 at 10:06 pm
Viewing 15 posts - 61 through 75 (of 333 total)