Viewing 15 posts - 1,531 through 1,545 (of 2,463 total)
nuengharit (7/22/2010)
i imported many images in sql per week.
Well in this case , you can opt for SIMPLE recover model and take log backup on 15 min interval.
July 23, 2010 at 1:34 am
Sa is administrator, is has rights of everything. Some companies disable the "sa" account and let users handles everything with windows auth. So windows auth can be restricted to...
July 23, 2010 at 12:20 am
IF we think aboout security and unauthrized restriction then "windows authentication" would be better.
July 21, 2010 at 3:53 am
sam_mastermind (7/12/2010)
But truly I want to know it............... and i think that is the most important thing.
If this is the case then 🙂
July 20, 2010 at 7:03 am
joshanil (7/19/2010)
my db is full recovery mode
recently i take a full backup but don't have any log backup
after half...
July 20, 2010 at 6:57 am
jprabha.d (7/16/2010)
Please Let me know how can i write the sql query to get this result
Post some sample data along with your query.
July 20, 2010 at 4:57 am
sushantkumar1984 (7/19/2010)[hr2) started the sql server browser (sql server configuration manager--> services)(it was off earlier)
Have you stopped it earlier intentionally or is it a newliy built server.
July 19, 2010 at 9:49 pm
sqlbuddy123 (7/15/2010)
If a clusterd index already exists, you can specify NON CLUSTERED clause to create a noon...
July 19, 2010 at 2:10 am
What actually do you want to retrieve as information ?
may be this link can help you http://support.microsoft.com/kb/907877
July 15, 2010 at 1:54 am
Yes you can create
ALTER TABLE dbo.RFP_NSO_SEND_QUEUE ADD CONSTRAINT
PK_RFP_NSO_SEND_QUEUE_rfp_nso_send_queue_stub PRIMARY KEY NONCLUSTERED
(
rfp_nso_send_queue_stub
) WITH( FILLFACTOR = 75, PAD_INDEX = ON, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF,
ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS...
July 15, 2010 at 1:51 am
google it as i did
http://sqlblogcasts.com/blogs/madhivanan/archive/2008/08/27/dynamic-pivot-in-sql-server-2005.aspx
July 14, 2010 at 1:47 am
shahbaz_awan (7/14/2010)
is it possible to write dynamic query for it ?
yes it is possible
July 14, 2010 at 1:05 am
Viewing 15 posts - 1,531 through 1,545 (of 2,463 total)