Viewing 15 posts - 61 through 75 (of 815 total)
Truly briefcase item for me.
The complex topic in such a simple way( at least for me)
Thanks Gail
Should we live our life in bulk logged or full recovery mode?:hehe:
May 24, 2012 at 12:05 pm
and if anyone want to read about 2012 then Free ebook: Introducing Microsoft SQL Server 2012 (second DRAFT preview) is available here
March 2, 2012 at 7:40 pm
Just sharing whatever I read online about 2012 features:-
1) contained database
Need to enable this at server level using sp_configure
This database as of now have option to be configured with 2...
March 2, 2012 at 8:19 am
I have read it somewhere that it will work with cluster only.
And the cluster is windows 2008 cluster which is domain independent and can be configured as global domain.
I...
March 2, 2012 at 1:36 am
without following the RDBMS concept, you can not acheive this.
You need to maintain at least one key common and unique in your sql table and excel sheet.
If its still not...
February 27, 2012 at 8:07 pm
if your excel have all set of correct record then clean the table first and re-populate it with excel data every time.
else
create linked server with your source excel and then...
February 25, 2012 at 11:46 pm
Modified this script a bit,
1)
to give the correct information on the sql server up time in two variable mentioned in script.
So in variable "@vOnline_Since" OR "OnlineSince" you will...
February 15, 2012 at 8:08 am
sometimes the things are quiet simple to check even without opening the query window.
Follow this :-
1) Start--run--services
2) Right click SQL Server (Instance) services and select properties
3) Go to "Log ON"...
February 8, 2012 at 1:31 am
can you paste the error you getting in replication monitor?
And
How tough it is to re-configure the replication?
February 7, 2012 at 9:30 am
how about this one
select convert(varchar(12),getdate(),106)
it gives me the result as 07 Feb 2012
February 7, 2012 at 7:26 am
does this link give you any help :-
http://www.mssqltips.com/sqlservertip/1145/date-and-time-conversions-using-sql-server/
February 7, 2012 at 7:14 am
We have removed the table from replication but still cannot create a procedure which uses updatetext.
Please can someone help in this .
As much I am aware, you need to re-initialise...
February 7, 2012 at 7:02 am
Shall we get rid of the cursor? Yes, I think we should. 😀
Yes mate, finally the cursor out of mind and scope in the query. Thanks for the code...
February 7, 2012 at 3:36 am
Here is the updated script to capture the information for all user database in the server using suggested CTE method in earlier reply (but cursor still not going out of...
February 7, 2012 at 3:06 am
Many thanks for additional codes and comments. The option to select the cursor was just easy for me to replicate and my query is not resource intensive.
I need to brush-up...
February 6, 2012 at 6:10 am
Viewing 15 posts - 61 through 75 (of 815 total)