Viewing 12 posts - 76 through 87 (of 87 total)
Hi Jeff,
What a good one, thanks for explaining this. If you don't mind, where can I find the 'Smart' Index?
'Lookup the topic in Books Online on the DMV sys.dm_db_index_physical_stats....
September 24, 2008 at 4:13 pm
I was trying to download Idera: SqlSafe but it said 'Trial' . Are you sure is that full operational?
Anyway that is the great software for someone who got SQL...
September 24, 2008 at 4:05 pm
Hello,
This is for Production System. Shall I rebuild the index every once a week and run the full backup every day? I set the datatabase at Full Recovery Mode so...
September 24, 2008 at 3:48 pm
Hello lynn,
Here is what I am trying to accomplish......
I have a table called 'SALES' Table which is getting new sales records transaction in every single seconds.
I want to write...
September 10, 2008 at 9:15 am
First of all thaks to Lynn and Tim,
Tim,
what do you mean 'locked table and not write to it, you can consider adding 'with (nolock)' to the reading transaction that...
September 10, 2008 at 9:01 am
CREATE TRIGGER dbo.Write_TEST_NEW ON dbo.TEST
FOR INSERT
AS
IF @@ROWCOUNT = 0RETURN
DECLARE @tbl_TEMP_TEST_TABLE TABLE( RowID int IDENTITY(1, 1),
Param1int,
Param2int,
Param3nvarchar(30),
GenTimedatetime)
DECLARE @ctr_TEMP_TEST_TABLE_CURRENTCOUNTER int , @ctr_TEMP_TEST_TABLE_MAXCOUNTER int
INSERT @tbl_TEMP_TEST_TABLE
SELECTParam1,
Param2,
Param3,
GenTime
FROMINSERTED
SELECT@ctr_TEMP_TEST_TABLE_CURRENTCOUNTER = MIN(RowID),
@ctr_TEMP_TEST_TABLE_MAXCOUNTER = MAX(RowID)
FROM@tbl_TEMP_TEST_TABLE
WHILE (Not @ctr_TEMP_TEST_TABLE_CURRENTCOUNTER...
September 10, 2008 at 8:31 am
Hi,
I am using FOR INSERT.
Thanks.
Leo
September 10, 2008 at 7:53 am
Hello again,
Right, you need to create the new database called DB2 in SQL Databases. That will create the shall of the DB2 database for you. To do this, right click...
September 4, 2008 at 2:36 am
Yes, that can be done. Create the new database on the Server, then restore the backup file which is DB1*.bak.
Go to Option Tab when you restore and before you...
September 3, 2008 at 9:42 am
Hi aries76,
Normally port number is 1433 but sometime they changed the port number for the security reasons. Also if you have a dedicated server then you might need to...
September 2, 2008 at 9:52 am
Hi,
You can try the following if you already installed SQL Management Studio for 2005 -
1. Detach the database in SQL 2000
2. Copy it into c:\xxx\microsoft sql server\MSSQL.1\Data\*.mdb (and) *.ldb
3. Open...
September 2, 2008 at 9:45 am
Hi,
You need to install Microsoft SQL Express Management Studio Express to manage the database and maintenance.
You can download from the link below.
Let me know if you have any...
August 31, 2008 at 4:39 pm
Viewing 12 posts - 76 through 87 (of 87 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy