Viewing 15 posts - 376 through 390 (of 1,186 total)
Just compressed some of my templates and they showed (Opened QA after compression)..
May 6, 2005 at 11:30 am
Try
set @strsql='insert into ' + @vtbl + ' values (15)'
May 6, 2005 at 5:41 am
PRINT probably formats to your local environmental set-up because PRINT denotes that a human wants to see the data. SELECT is used internally and doesn't need the nice formatting for...
May 5, 2005 at 2:12 pm
Remove the square brackets from around the comma REPLACE(field, ',', '')
May 5, 2005 at 5:10 am
ok. IF all the cells are populated and the NON leading zero ones are loaded. I wonder what would happen if you sorted by site number and then loaded...... i.e....
May 4, 2005 at 3:45 pm
Are all the sitenames being populated? I seem to remember having a similar problem where not all cells in column were populated and 0 data was loaded along with IF...
May 4, 2005 at 1:50 pm
We use Red gates software as a sanity check between Production and Dev|Test|Staging to ensure that the 4 environments are back in sync after MAJOR installs.
This has helped (along with...
May 3, 2005 at 4:31 pm
I would look at Red Gates SQL Compare product. This does what you are proposing for around 200 a license.....
May 3, 2005 at 1:02 pm
You can use Import/Export and tell it which columns to copy to different table(s)
May 3, 2005 at 12:59 pm
We use Harvest as our source control. Our approach is as follows:
May 3, 2005 at 5:11 am
This is 1 of the most discussed topics here. Basically when you pass the (333, 222, 333, ) etc in as a parameter SQL "sees" it as the LITERAL "(333,...
May 2, 2005 at 12:40 pm
Please see response about same topic:
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=92&messageid=179272
May 2, 2005 at 12:08 pm
If you want to review the T-LOG I believe you will need a 3rd party tool (I assume that is what LOG MINER) does..
If you want to know who/what/when without...
May 2, 2005 at 12:07 pm
Red Gate has a tool that we use (SQL Compare) that is around $200.00 US per seat... Works like a charm gives you the option to review, apply either way,...
May 2, 2005 at 12:05 pm
If you have coded an audit trail then you will be to get this information otherwise unfortunately, there is no trail...
May 2, 2005 at 5:47 am
Viewing 15 posts - 376 through 390 (of 1,186 total)