Viewing 15 posts - 241 through 255 (of 285 total)
Robert klimes (6/19/2009)
here is something to help you get started
create trigger trig_name
on table_name
after insert
as
declare @seq varchar(25)
set @seq = (select max(substring(caseid,charindex('-',caseid)+1,len(caseid)))+1...
June 19, 2009 at 3:16 pm
Adam Bean (6/19/2009)
Is it an NT account? Have you checked for the conflicker worm? If not, do they have fat fingers? 🙂
Hi,
It is a SQL user account. I have no...
June 19, 2009 at 9:48 am
Andy Hogg (6/19/2009)
Next time the account is locked out, open the login properties and uncheck "Enforce password policy".
Then "ok" that. Then go back into the login properties and...
June 19, 2009 at 9:18 am
S Hodkinson (6/12/2009)
June 17, 2009 at 9:10 am
rvkhadava (6/5/2009)
June 17, 2009 at 8:39 am
But a little bit confusion- Is it necessary to give the Networkpath and Local path destinations eventhough my primary and secondary databases are on the same Server itself? or else...
June 17, 2009 at 8:31 am
Is there any other best practice to be followed for moving sql server.
I would go for mirroring, as it has an ease of setting up and in case you want...
June 17, 2009 at 8:20 am
mithun.gite (6/11/2009)
I am facing a small problem while creating the SSIS package.
I have a requirement -
The user needs to upload a file in one of the tables in...
June 16, 2009 at 10:37 am
aa2home (6/9/2009)
HI I have a old backup from my corrupted mdf file but the ldf is OK. Can I restore the DBThanks anyway
Hi,
What version of SQL server u are...
June 11, 2009 at 7:07 am
Tara (6/2/2009)
June 4, 2009 at 10:00 am
GURSETHI (6/3/2009)
I think this document has explained things pretty well (diff between SP_ATTACH_DB & ALTER DATABASE). A small curx of it.
So why exactly is this important, and what difference does...
June 4, 2009 at 9:28 am
RBarryYoung (6/3/2009)
Do you have Logging turned on? What does it say is happening?
Hi,
The package runs OK in BIDS. It does not give me any errors, but I am concerned...
June 3, 2009 at 1:59 pm
sameer_bhagat_1 (6/2/2009)
I have Server 2003 Enterprise edition X64 and One Mssql 2005 X64 Instance with SP3.
I have created Maintenance plans on it for backups, reindex, reorganize etc.
.Net framework installed...
June 3, 2009 at 8:04 am
RBarryYoung (6/2/2009)
"First time" after what? What do you do that resets it?
Hi,
I am not resetting the package. But when I run from BIDS for first time, no data gets...
June 3, 2009 at 7:07 am
HI Aatish,
In just one maintenance plan, it is not a good idea to include index rebuild and index reorganize. You can use a script (modify it as per your req.)
May 18, 2009 at 9:11 am
Viewing 15 posts - 241 through 255 (of 285 total)