Viewing 15 posts - 31 through 45 (of 118 total)
I believe code smith is a tool for auto-generating SP's for a specific table to insert/update/delete data.
If the SP's have a comment in mentioning the name, then this tool was...
August 1, 2011 at 3:37 pm
I am currently working towards 70-432 too and have gone for the Self Paced Training Kit.
July 28, 2011 at 12:44 am
Can you change the linked server properties?
If so, try changing the "Enable promotion of distributed transactions" to FALSE. This recently solved the issue for me.
Matt
July 26, 2011 at 2:39 pm
You might need to use the SQL Server configuration tool to enable named pipe connections.
Try connecting via 127.0.0.1 instead.
September 7, 2010 at 1:24 am
Try adding some numbers to the end of the desired username. If it says unavailable I amm guessing its either a reserved word..or already in use!
September 7, 2010 at 1:17 am
I know a DBA who's title is "Director of information systems". Fancy but doesnt mean anything to me.
As GilaMonster said its your responsiblities that matter!
September 7, 2010 at 1:14 am
Hi,
I think a bit more information is required before we can help.
What sort of locks are you getting on your databases?
August 31, 2010 at 3:06 am
Not sure about matching the output of DBCC Log - I'll look into it.
With regards to the trigger. I wasn't really thinking. The Truncate does not actually delete data -...
August 31, 2010 at 2:57 am
What recovery mode is the database in? If its in full or Bulk you can use SQL Log Rescue:
However, I don't think you will get hostname information from...
August 31, 2010 at 1:09 am
How do you mean into a different table?
Say you want to insert data from TableA into TableB you could do the following:
insert into tableb (Col1, Col2, Col3)
select AnotherCol1, AnotherCol2, AnotherCol3
go
Or..have...
August 31, 2010 at 12:58 am
You could possibly use a C-Tree ODBC driver:
and create a linked server in SQLServer?
August 31, 2010 at 12:49 am
So you want to search the network for all SQL Server instances and return the name and version details?
If so, you could try SQL Ping:
http://www.sqlsecurity.com/Tools/FreeTools/tabid/65/Default.aspx
Matt.
August 26, 2010 at 3:48 am
How are your subscribers connected - over the internet?
How big is your filtered database?
August 26, 2010 at 3:45 am
What sort of performance issues are you having exactly?
Is it the actual process of the merging that's running slowly? Are you using push or pull subscribers? Is the Distribution...
August 25, 2010 at 1:11 pm
What type of replication are you using, Merge?
August 25, 2010 at 1:09 pm
Viewing 15 posts - 31 through 45 (of 118 total)