Viewing 15 posts - 121 through 135 (of 158 total)
Hi,
Try using these functions....
HOST_ID() ,HOST_NAME() ,APP_NAME()
Good luck
January 5, 2004 at 11:13 pm
Hi,
Try select * from servername..database.dbo.table
January 5, 2004 at 5:39 am
Hi,
Maybe im still a little slow after my holiday at the coast! Why whould you need to have more than 249 non-clustered indexes on one table!
January 5, 2004 at 1:50 am
Hi,
I have made a decision to add 4 more processors to one of my 32 bit partitions and create a new 64 bit partition with Datacenter 2003 as the platform....
December 17, 2003 at 11:40 pm
December 15, 2003 at 5:47 am
Hi
Do you know why windows-based installations have gained the reputation of working less effective, have more downtime, and so on?
Because as you say it’s so easy that just about anyone...
December 12, 2003 at 5:34 am
dillygaf
DOES IT LOOK LIKE I GIVE A F....
If it aint broke don't fix it!
December 11, 2003 at 3:45 am
We all seem to have our own Naming Standards that we have developed over time. Have a look at this article as its close to my standards but has some...
December 11, 2003 at 3:33 am
To the best of my knowledge no. Each user will connect to SQL server using there own SPID.
If it aint broke don't fix it!
December 9, 2003 at 4:29 am
I have the Yukon beta and I must say that im impressed!!!!!!
The interface looks a lot like Visual Studio and replaces EM,QA and allows MDX queries to be built in...
December 9, 2003 at 4:25 am
Brian wrote an article on MOVING diagrams
http://www.sqlservercentral.com/columnists/bknight/transferdiagram.asp
I know this is not what ur asking for , but maybe it will help you cut corners to get to what...
December 8, 2003 at 5:28 am
Hi,
I have never seen this before. Was there enough disk space for the Data files and Log files before running DBCC DBRECOVER.
If it aint broke don't fix it!
December 3, 2003 at 12:55 am
I hope that this is what you were asking for....
CREATE PROCEDURE usp_dynamic
@TableName varchar(128)
as
DECLARE @SQLstmnt nvarchar(1000)
SET @SQLstmnt = 'SELECT * FROM ' + @TableName
EXEC sp_executesql @SQLstmnt
GO
If it aint broke...
December 1, 2003 at 12:42 am
Hi,
Yes I agree. Its definitely the OS. This DTS run for a year and a half on another machine. Its been ok for 6 months on this server. Any ideas...
December 1, 2003 at 12:08 am
Greetings,
I have managed to resolve this. An EXCEPTION_ACCESS_VIOLATION error led me to believe that this is a memory problem.
It occurs when a pointer is dereferenced and the pointer points to...
November 28, 2003 at 4:55 am
Viewing 15 posts - 121 through 135 (of 158 total)