Viewing 15 posts - 466 through 480 (of 816 total)
if this is helpfull for you...
http://www.sqlservercentral.com/Forums/Topic993548-338-1.aspx#bm993618
October 26, 2010 at 6:09 am
try to register the new sql server from any other sql server. Are you still getting the same error? If not then the problem is with account which you configured...
October 26, 2010 at 1:44 am
havent tried with oracle but I use linked server quiet often between sql server and other microsoft product(like excel).
I think for oracle you just need to mention the correct...
October 25, 2010 at 9:23 am
I never suggested to use the query in hint...I was just giving explnation on the use.
And like you also mentioned, he need to familarise with the term first before use.
October 23, 2010 at 8:22 am
thats why I suggest you to have a look of the use of the system database in sql server.
For example .. if you loose msdb, you will loose all jobs....
October 22, 2010 at 8:36 am
If your user databases aren't located on the c: drive who cares!?
You must give priority to system database(specially master/model/msdb/resource/distribution(if applicable)) and then user database.
I will suggest please read...
October 22, 2010 at 8:18 am
urmarke (10/22/2010)
Select fielda,fieldb,fieldc from TbleA inner join TblB on TbleA.FieldX = TbleB.FieldY where ...
My question is on indexes. Do indexes include the filter part ie. the where clause or just...
October 22, 2010 at 8:12 am
its because if your OS get corrupt and you not able to get hold of your C drive.
October 22, 2010 at 8:00 am
you need permission to run xp_cmdshell, if id not belongs to sysadmin then provide grant permission on that id and add that user in master as well
October 22, 2010 at 3:57 am
what is your query?
Also go in ssms--serverobjects--linked server--expand your linked server cataloges.
Are you able to see the database and tables in expansion, if so then right click on table...
October 22, 2010 at 3:42 am
the problem is with linked server which you are using in your query. Check either linked server working properly or not.
October 22, 2010 at 3:33 am
-- I am assuming that format to extract mail id will be always like ' to mailid....'
--so scripted accordingly
declare @start2 int
declare @start3 varchar(100)
declare @start4 int
set @mail= 'I want write...
October 18, 2010 at 4:06 am
GilaMonster (10/6/2010)
liewsb (10/6/2010)
Sorry to ask that should I choose the file or Database?Neither initially.
Gail, Why cant he shrink the file(log)?
October 6, 2010 at 4:47 am
Won't help if the log is full.
But will help if its not.
Why?
If the log chain is broken after shrinking the log.
Have a look of
http://support.microsoft.com/kb/873235
saying
Important After you manually...
October 6, 2010 at 3:25 am
using SSMS-- right click on database--tasks--shrink--files--select the file type as log and shrink.
Make sure you take the fresh full backup after this activity, if you taking regular log backup.
October 6, 2010 at 3:16 am
Viewing 15 posts - 466 through 480 (of 816 total)