Viewing 15 posts - 796 through 810 (of 1,640 total)
Thanks Jeff.
We have fixed the issue by using the natural keys of their tables to join database B tables, and in database B we create its own Surrogate key to...
November 9, 2012 at 3:52 pm
Thanks, I tried the same thing, it works great.
November 9, 2012 at 2:50 pm
I think I just figure out one way is to compare the result of
select database_id, type_desc, DB_NAME(database_id),name, physical_name from sys.master_files
where physical_name not like '%.ldf'
and database_id not in...
November 9, 2012 at 2:46 pm
Thanks, I know if attached, the files are used by sql service and cannot be deleted. But if detached, then the files may be not used and can be deleted.
Of...
November 9, 2012 at 2:22 pm
Thanks much, we don't have mount points. I will give it a try
November 9, 2012 at 9:27 am
Thanks Gail, those are excellent ideas.
I will use some combination of it.
November 8, 2012 at 3:29 pm
I think Gail answered David's post.
Can anyone help to answer my previous post too?
Thanks,
November 8, 2012 at 3:06 pm
Thanks,
The reason we do that is we have a front end application they can choose serveranme and database name to connect tothis server, we don't want them to connect to...
November 8, 2012 at 2:19 pm
Thank you SGT_squeequal.
Do you schedule this as a windows task or a sql agent job?
I will give it a try.
November 8, 2012 at 10:54 am
Thanks, I am currently using a sqlscript from this site http://www.sqldbatips.com/showcode.asp?ID=4 ,which enables sp_OACreate.
And I just came back from a SQl in the City session, it says to...
November 7, 2012 at 3:23 pm
Thanks, but my question is where shall I configure alias, in 32 bits or 64 bits client?
November 7, 2012 at 8:55 am
Thanks, I DO mean reorgnize.
But if everytime it will reorganize every single index in the db every time it runs, why it maybe each time is shorter than the other?
thanks
October 30, 2012 at 5:10 pm
Thanks, this is a database that instructor and vendor recommended to use simple recovery mode, we don't need to recover to point of time, but just recovered to...
October 30, 2012 at 5:07 pm
A little confusing,
If I don't want to switch to full recovery mode, I just want to keep using simple recovery mode, do I need to do a full backup...
October 30, 2012 at 4:58 pm
Thanks, when I change the database from bulk-logged mode to simple recovery mode, do I need to do a full backup right after that? By changing the recovery mode, does...
October 30, 2012 at 4:15 pm
Viewing 15 posts - 796 through 810 (of 1,640 total)