Viewing 15 posts - 286 through 300 (of 491 total)
Hi Jason,
Am looking for answer for below two questions
1. How the logins got automatically mapped? How sid(s) got Mapped? Normally, we use auto_fix/update_one as parameters to sp_change_users_login.
2. Do...
January 14, 2010 at 12:36 am
Changing the database owner to sa solved the "dbo" user problem
USE database
EXEC sp_changedbowner 'sa'
GO
January 12, 2010 at 2:21 am
True!
I will split the script into small parts which gives us more control.
Thank You.
January 12, 2010 at 1:58 am
Here one of the sql statement which is taking more time.
ALTER TABLE TNAME ALTER COLUMN VERSIONID CHAR(10);
Table contains 4 crore data in it.
It took me 40 minutes to execute the...
January 9, 2010 at 11:20 pm
Hi guys,
I have got an important point to figure out here. It is taking hell out of time.
I stopped the script execution.
I found few front end applications are being...
January 9, 2010 at 9:16 am
Came to know that the scope a variable is a batch not the loop or anything else.
Hope this helps!
January 8, 2010 at 11:48 am
Basically, both the databases are involved in the replication.
There are some common table which are being replicated from a different database from a different sql server/instance.
January 8, 2010 at 11:22 am
yes. the 60 GB database is also resides on the same instance.
January 8, 2010 at 11:17 am
Thanks All,
i have used the format file. it worked out.
9.0
3
1 SQLCHAR 0 ...
January 6, 2010 at 10:29 pm
Hi Adi,
I have observed while one the developer came to me that why the table variable is not getting
deallocated when it is declared inside a WHILE loop. at any...
January 5, 2010 at 11:45 pm
Hey,
Am using SQL 2000 and that is the reason why am going for a windows batch file.
January 4, 2010 at 6:07 am
Found by my self.
REFERENCES permission means that a user who is the owner of table A can define a foreign key on table B, which she does not own, if...
December 29, 2009 at 12:30 am
Viewing 15 posts - 286 through 300 (of 491 total)