Welcome to Bangladesh Microsoft Technology Community
Sign in
|
Join
|
Help
Omar AL Zabir (MVP)
This Blog
About
Aug
September 2006
Oct
S
M
T
W
T
F
S
27
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
4
5
6
7
Syndication
RSS 2.0
Atom 1.0
Search
Go
Archives
January 2007 (5)
December 2006 (5)
November 2006 (1)
September 2006 (23)
Navigation
Home
Blogs
Forums
Photos
Files
Saturday, September 16, 2006 - Posts
Saturday, September 16, 2006 11:12 PM
Do you have problems with users who cannot use Forgot Password option?
Here's a scenario. We use Email address as user name in ASP.NET 2.0 Membership provider. There were several places where we used to create user accounts using this: Membership.CreateUser( email, password ); We did not notice what it was doing. After
posted by
Omar AL Zabir
|
0 Comments
Saturday, September 16, 2006 11:03 PM
Large log file can bring SQL Server down when transaction log shipping runs
We were having very poor performance when we turned on transaction log shipping on our SQL Server. We are using SQL Server 2005. The transaction log file was around 30 GB because the database was in Full Recovery mode. The server became very slow, every
posted by
Omar AL Zabir
|
0 Comments
Saturday, September 16, 2006 10:39 PM
How to setup SQL Server 2005 Transaction Log Ship on large database that really works
I tried a lot of combinations in my life in order to find out an effective method for implementing Transaction Log Shipping between servers which are in a workgroup, not under domain. I realized the things you learn from article and books are for small
posted by
Omar AL Zabir
|
0 Comments
Saturday, September 16, 2006 10:33 PM
How to setup SQL Server 2005 Transaction Log shipping on large database
I tried a lot of combinations in my life in order to find out an effective method for implementing Transaction Log Shipping between servers which are in a workgroup, not under domain. I realized the things you learn from article and books are
posted by
Omar AL Zabir
|
0 Comments