Viewing 15 posts - 676 through 690 (of 1,253 total)
In Profiler trace the Object altered/created/deleted events.
July 29, 2008 at 4:07 am
have u added procedures after the night backup.
July 29, 2008 at 3:41 am
nice article
July 28, 2008 at 2:21 am
Hi
do the nt group users have separate logins for each one of them? if so you can query the sys.logins table.
July 25, 2008 at 3:29 am
You can use a source control like vss. In SQL 2005 vss can be integrated to SSMS.
July 25, 2008 at 2:44 am
Hi
looks like you are importing some data that is violating the connstraint you have set for the column.
July 25, 2008 at 12:41 am
Is your db in single user mode. other wise there shud be no issues to connect to it from the app.
instead of attaching and detaching you can do a backup...
July 25, 2008 at 12:33 am
my 2 cents...
i did not see xp_cmdshell configuration option in sp_configure.
July 24, 2008 at 11:23 pm
make sure you have a good box with enough RAM.
July 24, 2008 at 11:14 pm
How do you login to sql server? with a network account login or sql login
July 24, 2008 at 2:24 am
Hi
Use the isnumeric function.
ex: select sum(cast(col1 as int)) from table1 where isnumeric(col1) = 1.
July 22, 2008 at 4:17 am
Does the account that cause the error have proper rights on the system.
July 21, 2008 at 11:29 pm
Hi
i was able to update the view from SSMS. Anything specila on the columns that you are trying to update
ex:- identity columns..
July 21, 2008 at 11:24 pm
Why do you want the query text in the trigger.
July 20, 2008 at 11:37 pm
Viewing 15 posts - 676 through 690 (of 1,253 total)