Viewing 15 posts - 106 through 120 (of 323 total)
sql_Reporter (11/18/2008)
where ## is the week number.
The week number will change each week....
November 18, 2008 at 3:19 am
Leo Leong (11/18/2008)
I found this in my event viewer:
-- ========================================================
Event Type:Error
Event Source:ClusDisk
Event Category:None
Event ID:1209
Date:11/18/2008
Time:12:46:08 AM
User:N/A
Computer:ServerName_of_PassiveNode
Description:
Cluster service is requesting a bus reset for device \Device\ClusDisk0.
For more information, see...
November 18, 2008 at 3:11 am
In the graphical execution plan you can find many options, for example, based data getting arrow marks shows thin line to thick lines. For more information see SQL BOL.
November 18, 2008 at 2:46 am
due to network problem, if SQL 2000 is exists in another location.
November 18, 2008 at 2:44 am
Very helpful script, used for many DBA's.
November 18, 2008 at 12:32 am
mr (11/17/2008)
New to SQL and having trouble with using MAX in a SELECT statement which is pulling info from a one many relationship.
I need some help with the best...
November 18, 2008 at 12:30 am
nairsanthu1977 (11/18/2008)
We cant define the table straucture like that..It is depended on the parameter we pass.Number of fields and it's data types will vary as per the parameter...
November 18, 2008 at 12:19 am
First create temp. table and then use the following way:
insert into #temptable
exec sp_name;
🙂
November 18, 2008 at 12:12 am
SQL 2005 and above version use DDL Triggers, may help to you.
SQL 2000 and below version, use sp_who2 or sp_who3
for sp_who3 Links:
http://vyaskn.tripod.com/sp_who3.htm
http://www.sqlservercentral.com/scripts/Miscellaneous/31109/
http://www.eggheadcafe.com/software/aspnet/28578981/spwho3.aspx
November 17, 2008 at 1:07 am
Ahmad Osama (11/17/2008)
Hi Jeff,How to traverse a directory/subdirectory to save all file into a table.....
What is your exact requirement ?
November 17, 2008 at 1:04 am
venki (11/13/2008)
How can I get the key columns for a table i.e.
How can I get the primary key and foriegn keys for a table?
Please respond as soon as possible, its...
November 13, 2008 at 6:39 am
kokila (11/11/2008)
In my database sever , there are mini dump files(SQL*.mdmp) created under log folder. Some log file and txt also which explains the information about the execption.
Can...
November 11, 2008 at 10:59 pm
nikhil.verma (11/11/2008)
When i am trying to start my sql server services ( sql server 2005) , it is throwing error : " FCB::Open: Operating system error 5(Access is denied.)...
November 11, 2008 at 5:07 am
bhuvnesh.dogra (11/11/2008)
declare @lstr varchar(200)
declare @word varchar(20)
set @lstr = 'select top 1 name from sysobjects'
set @word = exec(@lstr)
select @word
i want ot store result comes from dynamic query...
November 11, 2008 at 5:02 am
SqlUser (11/11/2008)
1 Ok ...
November 11, 2008 at 4:28 am
Viewing 15 posts - 106 through 120 (of 323 total)