Viewing 15 posts - 7,291 through 7,305 (of 7,466 total)
If you no longer want the jobownership-burden to be able to start a job, create an alert which you let start the job. So when you want to start your...
December 15, 2003 at 12:11 am
IMO this is not supported for sqlserver.
(unlike DB2)
What you could do is alter the clusterd index of those partitioned-view-parts to 100% fill and rebuild it. Keep in mind to put...
December 12, 2003 at 8:38 am
I think I've read this in a server-migration descussion/whitepaper.
There is a update sysjobs script which puts the new servername in the "originatingserver"column.
If I'm correct all it took was just a...
December 12, 2003 at 7:57 am
FYI: The replies counter in forums is not correct. It goes from 0 to 2.
Is there a way to Unsubscribe from a topic notification ?
December 12, 2003 at 7:53 am
maybe this helps :
select o.name
, c.text
FROM dbo.sysobjects O
inner join dbo.syscomments C
on O.id = C.id
and O.xtype = 'V'
where C.text like '%CREATE VIEW %'
December 12, 2003 at 7:44 am
when opening a page I already start scrolling down before it is complete.
When it completes, it scrolls to top.
Can you avoid that?
December 3, 2003 at 8:39 am
just my 2ct
Could you elaborate why your update statement would not qualify to be done using this view ?
If the update works, I presume you'll still find these data through...
December 2, 2003 at 12:31 am
- do you all have 56" screens ?
Where 's the time we had automatic wrapping ? I don't like to be scrolling horizontal.
- I also get some...
December 2, 2003 at 12:17 am
hanslindgren:
quote:
--------------------------------------------------------------------------------
Oki, in your opinion, what is application needs? Are they never relying on queries?
--------------------------------------------------------------------------------
Of Course it's ALL about queries ! But it's a tradeoff as to which one(s) will be...
November 21, 2003 at 7:53 am
I entirely agree happycat59's comments. Plus the fact each clustering index should be picked, based on application-needs. You don't change clustered ix just because a query runs slow. First stage...
November 21, 2003 at 12:24 am
use userdb -- User-db
go
print 'print @@servername + '' / '' + db_name()'
print 'go'
go
declare @username varchar(128)
declare @Musername varchar(128)
declare @IsNtName bit
declare @sql_stmt varchar(500)
--cursor returns with names of each username to be...
November 20, 2003 at 4:04 am
http://support.microsoft.com/?id=264123 might have been the problem.
Due to production pressure, I've had to solve it with uninstall reinstall of SQL7 up to SP4 and then reattatch the db and recreate the...
November 19, 2003 at 10:46 am
grab "the best of sqlservercentral.com 2002", you'll find more info regarding this.
maybe a search on this site gets you in the right direction.
November 19, 2003 at 3:43 am
Check BOL (books online)
or
http://www.sqlservercentral.com/columnists/achigrik/lockinginsqlserver70.asp
November 19, 2003 at 2:26 am
Check your cluster log and the sqlserver-log regarding what is going on and where it fails.
November 18, 2003 at 12:10 am
Viewing 15 posts - 7,291 through 7,305 (of 7,466 total)