Viewing 15 posts - 346 through 360 (of 545 total)
Thats a good Start, but as IAN mentioned.. Whats your Question... Also if possible Pl include Table Scripts and SAMPLE inserts... Pl 🙂
July 3, 2008 at 11:11 am
Can u post your Table(s) Structure here, with sample inserts
July 3, 2008 at 11:08 am
Use can use a cursor(nested) to perform the Following operation.
I did not understand one thing: how can column2=column3 as the values do not match, unless you have a Criteria set...
July 3, 2008 at 10:56 am
Group Mapping was always a Problem in Linked Server, you can use a SQL Login?
July 3, 2008 at 8:04 am
Index Id 0 relates to HEAP Tables.
so, it is not possible to Rebuild the HEAP Table.. and there will be no effect of your DEFRAG Statements on a HEAP TABLE.
July 3, 2008 at 7:56 am
Create a New User and assign it as sysadmin. Or Add your Windows ID in sysadmin Role. After you change the Original SA PAssword, you can undo the user Priviliges.
July 3, 2008 at 7:53 am
SQL 7.. then you need to go with Sanjays Answers...
Also include sysprocesses.
July 2, 2008 at 8:29 pm
This should solve your issue:
https://forums.microsoft.com/msdn/ShowPost.aspx?PostID=3455278&SiteID=1
July 2, 2008 at 8:24 pm
Just enable IIS Service(if installed) and it will be good to go.
Else goto Control Panel-> Add Remove Programs-> Add Remove Windows component Tab on Left Side check Internet Information Services...
July 2, 2008 at 2:51 pm
select * from master.dbo.sysprocesses
select * from master.sys.sysprocesses
select * from sys.dm_exec_sessions
I am not sure if you applicaiton will show up in the Program_name column.
Try Filter by username,hostname,dbid etc.
July 2, 2008 at 1:02 pm
This is Just a Floop Code, might need some corrections.. But check to see if this is what you need.
Declare @size1 int
Declare @size2 int
set @size2 = 100
Declare @name1 sysname
Declare db_cur...
July 2, 2008 at 12:34 pm
Check the SQL Server 2005 Default TRACE File... it might show you something... if you know the time... of Happenings.
July 2, 2008 at 10:41 am
Can you post the results of DBCC CHECKDB (database name) WITH ALL_ERRORMSGS
July 2, 2008 at 7:02 am
Which Database has Status= Recovery Pending?
is it the system Database or the User Database.
This issues relates to a Database not Shut Down properly or a transaction Log active and uncommitted...
July 2, 2008 at 6:47 am
Have you run the Upgrade Advisor against your packages?
A worked around is by saving the packing to a file with a new name.
Also Check for Package Name with SPecial...
July 1, 2008 at 8:45 pm
Viewing 15 posts - 346 through 360 (of 545 total)