Viewing 15 posts - 301 through 315 (of 642 total)
sorry Boss, the same error come again
I m using SQL 2K8 R2 64 bit-version.
IF EXISTS(SELECT 1 FROM sys.objects where name='NewTable' and type='U')
begin
DROP TABLE NewTable
end
GO
select *
into NewTable from tbl_contract_emp_master...
October 24, 2012 at 4:35 am
error
Msg 2705, Level 16, State 3, Line 1
Column names in each table must be unique. Column name 'STATUS' in table 'NewTable' is specified more than once.
1.
[TBL_IRIS_IMAGES_MASTER]
[GUID] [varchar](50) NOT NULL,
[LEFT_IMAGE]...
October 24, 2012 at 3:39 am
problem resolved after enable file sharing port number 445,
now database has been synchronized mode between two servers.
I have configured High performance mode for DR setup..
October 11, 2012 at 6:25 am
Thanks for reply..
what could be bigger issues if using NT Authority/Network Service account in SQL server service? Pl. suggestion me
October 10, 2012 at 4:15 am
Mr. Perry, I have one question?
1. Principal server
SQL service account running under NT authority/Networkservice
2. Mirror server
SQL service account running domain account..
can we configure database mirroring on different service account,...
October 10, 2012 at 4:00 am
Great, I got reply from script author Mr. Ola Hallengren.
I have configured index rebuild on weekly basis at 3 AM..in production server,
I have checked at 9 AM there is...
October 4, 2012 at 3:17 am
opc.three (9/27/2012)
October 1, 2012 at 6:28 am
Thank you for your reply...
Total server memory 8 GB, I have set it max memory 6GB but SQL side using 5.79 GB, so it seems ok in sql side. But...
September 20, 2012 at 6:37 am
ok, I had developed SSRS reporting services in development setup for monitoring sql server database like backup overdue, failed jobs etc.. it is working fine local instance databases.
How to connect...
September 19, 2012 at 4:28 am
Pl. provide, any open source webpage script is available?
September 19, 2012 at 3:16 am
Should I run extented event script at production database? is there any restriction?
thanks
September 18, 2012 at 6:59 am
ok, thanks for reply... I learned today about traceflag no use, if using exented events in SQL 2008.
Pl. confirm...
Does Background process LOCK MONITOR to handle the deadlock and detect automatically...
September 18, 2012 at 6:36 am
Execute the following script in Query Editor to move the tempdb files into a new location:
-- Moving tempdb to a new location
-- Checkout current location and logical names...
September 18, 2012 at 3:19 am
Do you have separate physical disks or just logical drives on the same disk set or SAN attached LUNs, etc?
if just different logical drive on the same disk set,...
September 18, 2012 at 2:48 am
Ceating many subplan instead of configure any one of the HA method between primary & secondary server.
September 18, 2012 at 1:19 am
Viewing 15 posts - 301 through 315 (of 642 total)