Hi All, am taken a full backup. after two days am taken differential backup. every thing is fine but i want to know that how does the sql server knows that...
sir , what is this BOL ? Many Thanks, Deepak Veer Ji Wangoo <veerw@...> wrote: READ Following topics in BOL 1. GAM 2 SGAM 3. DCM 4. BCM 5. Tracking Modified...
That is Book Online shiped with SQL Server. You can press F1 while in enterprise manager or on query analyser and BOL will open. ... -- Satya Prakash [Non-text...
Press F1 on SQL Server and you will get Books ONline (BOL) ________________________________ From: sqlcon@yahoogroups.com [mailto:sqlcon@yahoogroups.com] On...
Hi Shyam, Sql Server Keeps last Log Sequence Number with It after the Databse backup , So when we take differential backup it checks for the log file entries...
We all know that sql store the data in Pages and extents (read BOL for more info). Differential backup take the backup of all modified extents since LAST FULL...
Hi All - I am trying to configure reporting services but unable to succeed. I never touched this topic until SQL Server 2000. Here are the details: DB: SQL...
yes its char type aneesh <aneeshattingal@...> wrote: can you clarify ? is that char data stored in a file or a column? ... Aneesh R. SQL Server MVP, ...
Still Not clear, Is this the values in that column CharColumn 1 100 101 102 ... 2 200 201 ... Or something like this CharColumn 1,100,101,.....1,200, ... and...
Why dont you use CAST and CONVERT SELECT CAST() -- Or, using CONVERT SELECT CONVERT() Check out books online it isnt that difficult..unless our SQLCON T SQL...
we are facing a strength issue on the temdb in sql 2005 In our sql server persecond 10 transction are happen , in between that we face lot of issue like...
Enter your vote today! A new poll has been created for the sqlcon group: Do you think more content is available from SQL Server Books Online since the release...
sqlcon@yahoogroups.com
May 6, 2007 5:23 pm
5191
Can you share your configurations of Server? And how tempdb been configured? Have you observed, what kind of trans are making server hang? --Jagan...
Don't worry. SQL is little funky to understand: Let us assume you have table1 with Col1 is int: Now I have inseted lke this: Insert into table1 values ('2') ...
Folks - I don't see any response from the group on this.. :( Did anyone install & configured SQL 2005 Reporting Services and integrated with SharePoint portal?...
Hello all, Does any body in the group can tell me some good books on SQL 2005 which will cover from the basic to perfromance monitoring,SSAS,SSRS and other...
Hi Satya, Your annoyance is well accepted... but please rephrase the question once again... seems DBAs (Dumb Brain Administrator s) like me couldn't catch the ...
Hello All, If any body have Ebooks on Sql Server 2005 , SSAS,SSRS and SSIS .Pls share , it would be great help. Thanks in advance. Regards Pankaj Joshi RAJAN...
Dear Friends, please help me, send me some document on query tuning, now days I am in much need of this document, and please tell me that what are the ...
Hi , Is anybody using Veritas for taking Sql Server 2000 Database Backups I am getting an error "Final error: 0xe000848c " while redirecting the backup from...
Hi, I am getting SQLSTATE 42000 ERROR:22029 error in one of my scheduled job. Anyone can help me out what is this error indicates? and how to rectify it? ...