Viewing 15 posts - 901 through 915 (of 1,253 total)
Hi
Once u take the activity monitor on the top of the screen u can see a "Filter" option. Take that and u get the "Filter settings" screen. Under Resource\Blocking type...
February 14, 2008 at 4:39 am
Or u can use the Generate scripts to script out all the users and logins.
February 13, 2008 at 10:50 pm
Yes u can use activity monitor. There are filters that can be used to see blocking/blocked transactions.
February 13, 2008 at 10:45 pm
Hi
do nightly backups take only the differential backups. So u have only one differential backup a day ?
Log backup and Differential backup strategies are best decided by the amount...
February 13, 2008 at 10:38 pm
Hi
Give us the exact details that you want and then we can try.
Will each student will have his own database or will all students have a single common database.
have u...
February 13, 2008 at 10:27 pm
Hi
Sorry for the delay in reply.
U will have to create a separate login for each student. Then in the students respective database u can create the database user corresponding to...
February 13, 2008 at 2:15 am
Hi
You will have to catch the error and insert into the table after the transaction is rolled back. you can do this from the application (after roll back) .
February 13, 2008 at 2:09 am
If Rowversioning is used read operations will not take Shared locks on the data and hence will not block other operations.
How ever you will be able to read the last...
February 8, 2008 at 4:05 am
Hi
select object_name(object_id),* from sys.columns where
name = 'OfferExternalID' -- put the column here.
you can use the Convert function for formatting the date.
February 8, 2008 at 3:37 am
Hi
What exactly is the error that you get?
Have u actually created the login and the user. The user must be created in the database that you are trying to connect....
February 7, 2008 at 1:06 am
Hi Jeff
I have a doubt abt the index selection when i ran your code
in the article ' Running total.......'
I created the table dbo.JBMTest , added the clustered index...
February 6, 2008 at 11:44 pm
Rob
Thanks for the info. Yes rewriting the query to use the same index will be a good idea. Keep us posted.
February 4, 2008 at 5:13 am
Hi
You can script the 8 column table and then insert the data from the two tables. By scripting the table atleast you get the primary key, indexes of the 8...
February 4, 2008 at 5:08 am
Hi
Have you updated the statistics and space usage. These need to be done after migration.
February 4, 2008 at 5:03 am
Viewing 15 posts - 901 through 915 (of 1,253 total)