Viewing 15 posts - 46 through 60 (of 103 total)
UPDATE TABLE_NAME SET COLUMN_NAME=REPLACE(REPLACE(COLUMN_NAME, ' ', ''), '-', '')
WHERE TABLE_NAME IS THE NAME OF THE TABLE
COLUMN_NAME IS THE NAME OF THE CCOLUMN WITH IN THE TABLE WHICH U...
September 13, 2005 at 12:24 am
SELECT REPLACE(REPLACE(COLUMN_NAME, ' ', ''), '-', '') ASCOLUMN_ALIAS
FROM TABLE_NAME
September 12, 2005 at 11:49 pm
i have tried running both the command at the same time (arp -a), still i couldn't find a matching
September 12, 2005 at 11:23 pm
But for most of the entries in net_address column there is no matchin entry in app -a command
September 8, 2005 at 1:48 am
Hi Homeberw01,
Snapshot/ Transactional replicaiton if you enable updatable subscribers(immediate/queued) , subscriber can update the publisher ....
Regards
SKv
July 19, 2005 at 11:34 pm
ok, thankz.
Do i have to do anything at subscriber side ?
pls help
skv
July 19, 2005 at 11:27 pm
Yes, Since Immediate/queued updating is enebled, subscriber will be able to update the publisher.
But this is not happening for the newly added article(table)
please
help
July 19, 2005 at 2:03 am
Steve,
Any idea what this status=4194320 and status2=1090650112
is it an indication of database is in critical state ?
May 31, 2005 at 9:55 am
On more thing, it was showing "Error Recovering Database" at SQL server logs. when i restarted the service .
Now the DB is working without any problem.. but let me know any issue...
May 31, 2005 at 8:14 am
If it on a different instance/server,
1. Create the login name
2. Restore the DB
3. Attach DB user with the Login name using
SP_CHANGE_USERS_LOGIN 'UPDATE_ONE', 'DB USER NAME','SQL SERVER LOGIN NAME'
SUBHAH
April 30, 2005 at 3:01 am
Dear Srinivas,
Are u restoring the datbase on the same instance or different instance ?
April 30, 2005 at 2:31 am
i have executed dbcc tracestatus(-1), it is giving:
'Trace options() not enabled for this connection. use DBCC TRACEON()'
April 29, 2005 at 10:20 am
No, am not using any third party software for monitoring.
The server is having 8 GB of memory available
April 29, 2005 at 10:15 am
Viewing 15 posts - 46 through 60 (of 103 total)