Viewing 15 posts - 196 through 210 (of 226 total)
You have the same object name under different owner that is the reason you are receiving the error. You can use the case statement to get your output
June 23, 2005 at 9:51 am
JT Lovell
You bring the most important point. We all do the same to increase the speed of development because most of the project has a deadline of yesterday. This is...
June 23, 2005 at 9:31 am
Tao
The version which I use in my production database is similar to what you have mentioned. Just few more columns and change in the table name. When I wrote the article and...
June 23, 2005 at 7:27 am
Well I was able to narrow down to the reporting serives. I had a problem while uninstalling reporting services (Beta 2) so I went and removed from registor. Looks like...
June 10, 2005 at 11:31 am
Is this happening for only 1 package or for all the packages
June 10, 2005 at 11:25 am
James
What kind of notification you want to send ? email or net send. As Tahir mention you can write trigger to do the job. Remember trigger comes with an overhead so...
May 22, 2005 at 7:10 am
SELECT MIN(Login_time) from sysprocesses. will give you the most accurate information
May 21, 2005 at 1:01 am
I am sure we cannot change the owner of a Database in Enterprise Manager.
May 21, 2005 at 12:56 am
You must be dropping the UDF and recreating it.
May 21, 2005 at 12:53 am
Ok. No problem it just mean you are new to SQL Server.
In Brief DTS was the most biggest selling point for SQL Server 7.
Go to Enterprise Manager --> SQL Server...
May 21, 2005 at 12:50 am
noeld, you are correct but I would like to increase the scope of the discussion. What if you have a Large SAN Drive and logical drive create from it. Will...
May 19, 2005 at 8:11 pm
You can change the extension to anything you want. Secondly even ndf can be datafile
May 19, 2005 at 1:09 pm
Why do not use path instead of storing the whole file
May 18, 2005 at 3:26 pm
Viewing 15 posts - 196 through 210 (of 226 total)