Viewing 15 posts - 1,036 through 1,050 (of 2,268 total)
Phillip - Texas (4/9/2010)
UltraEditA nice tool would be one that would allow me to refresh objects (specify which tables) on the pre prod server from a prod server.
Redgate SQL...
April 9, 2010 at 8:56 am
When I had the issue, I went through all the suggestions of moving and removing files I even ended up changing some registry settings, but by the...
April 9, 2010 at 8:40 am
Another thing that i have tried is to start a new solution and import the package that is casuing problems into the solution, i have saved a few corupted packages...
April 9, 2010 at 6:28 am
I have had something similar happen when after i did a SP upgrade I couldn't find an easy answer, I ended up deleting the component that caused the issue...
April 9, 2010 at 4:45 am
try
DECLARE @str VARCHAR(100)
SET @str = '(EBS4) Access to Finance'
SELECT SUBSTRING(@str,CHARINDEX('(',@str) + 1,CHARINDEX(')',@str)-2)
though this will only work when there is one set of '(' + ')' any changes in this...
April 9, 2010 at 4:29 am
There is not much you can do, I hope this isn't a production database,
April 9, 2010 at 4:21 am
did you overwrite the data files when you restored the old backup?
if so, there is not a lot you can do
April 9, 2010 at 4:17 am
did you overwrite the data files when you restored the old backup?
if so, there is not a lot you can do easily without a new backup
April 9, 2010 at 4:16 am
Notepad.
ClipMagic (cut and paste history application)
Spotify.
April 9, 2010 at 4:07 am
seeteshh (4/6/2010)
Hello,Both scripts are different. I need the VB.Net Script.
Rgds,
Seetesh
Is there a reason you can't use a for-each loop.
doing this in .net is farily straight foward, start off...
April 8, 2010 at 10:08 am
Agree with what everyone else has said;
From a quick look, these joins do not really seem ideal for performance, perhaps consider a computed column with an index.
...
April 8, 2010 at 8:49 am
If this is transactional replication.
Have a look at agent history on the distributor, there will be a job for the snap-shot , log reader and one job for each...
April 8, 2010 at 8:18 am
Don't use auto shrink in production
http://www.sqlskills.com/blogs/paul/post/Auto-shrink-e28093-turn-it-OFF!.aspx
April 7, 2010 at 10:35 am
I think that you can install Enterprise as another instance, but I am not sure. maybe someone else will know for sure
April 1, 2010 at 5:19 am
because the replication agent needs a way to unqiuely identify the rows, otherwise how would the replication agent know what row to update on the subscribers?
also it is expected...
April 1, 2010 at 5:03 am
Viewing 15 posts - 1,036 through 1,050 (of 2,268 total)