Viewing 15 posts - 451 through 465 (of 1,138 total)
Can you post more details on the error that you are receiving.
October 1, 2009 at 3:53 am
sigh, I can only agree with what Gail has said, you need to put the database in single user, run dbcc checkdb with the option that gail specified and see...
October 1, 2009 at 2:52 am
litu deb (10/1/2009)
As server is running out of space i have to shrink either log files/database file.I can't take log back up because of space issue.
Thought the issue might be...
October 1, 2009 at 2:40 am
The commands you can use for dependencies are
sp_depends
sys.dm_sql_referencing_entities
sys.dm_sql_referenced_entities
If you look these up in BOL, it will give you more information
October 1, 2009 at 2:35 am
yeah, i couldnt see anything wrong with it either
October 1, 2009 at 2:31 am
litu deb (10/1/2009)
Would it affect on any performance..If yes tell me any other way so that i can shrink data...
October 1, 2009 at 1:10 am
krypto69 (9/30/2009)
So, I never know what fields they could pick, they could pick any or all of the 400 columns.
Long...
September 30, 2009 at 9:30 am
krypto69 (9/30/2009)
My problem is that this table has over 400 fields, I really don't want to manually...
September 30, 2009 at 9:23 am
gupta1282 (9/30/2009)
Respected allI have some problem regarding query
when i use
select * from tablename
records shows 0
select * from tablename with (nolock)
shows records
Please Help Me
thanks
could be a number of reasons,...
September 30, 2009 at 8:14 am
As mentioned before, I would create the document yourself, better that way if you have the time.
September 30, 2009 at 8:06 am
What version of report builder are you using
http://msdn.microsoft.com/en-us/library/aa337239(SQL.90).aspx
Apart from the usual microsoft help. in your case I would create your own, just create a few reports and screen shot it,...
September 30, 2009 at 7:57 am
Not entirely sure I agree with generalisations being made. That is like saying. Every man is a potential rapist.
Sterotyping by generation is still making judgements about groups of people. I...
September 30, 2009 at 7:36 am
Maybe the table didnt exist at the time that the backup was taken.
September 30, 2009 at 7:21 am
hmm interesting,
I had a sql login called test, added it as a user to msdb, added it to the sqlagentoperator role and it can view the jobs and edit the...
September 30, 2009 at 7:08 am
Take the query out of the job and run it manually using an elevated account that has permissions to where the file is located.
September 30, 2009 at 6:44 am
Viewing 15 posts - 451 through 465 (of 1,138 total)