Viewing 15 posts - 1 through 15 (of 71 total)
Hope, my article will help you on this.
http://venkattechnicalblog.blogspot.com/2010/12/data-compression-in-sql-server-2008.html
Cheers,
Venkatesan Prabu .J
December 6, 2010 at 9:06 pm
It's not a bug. Sometimes, if the authentication mode is goofed up (it's just a configuration in the registry) by the sys admin people.
Your sql server won't be part of...
September 23, 2010 at 2:12 am
drop table sample_table
create table sample_table (id int, dat datetime)
insert into sample_table values(1,getdate())
select * from sample_table
select id,dat from sample_table where datename(month,dat)='June'
-----------------------------------------
id ...
June 6, 2010 at 6:58 pm
select system_user
will provide you the exact user who logged into the machine.
Cheers,
Venkatesan Prabu .J
April 19, 2010 at 9:48 pm
Possibilities are ,
1. Check for the deadlock on the object involved.
2. Very poor indexes on the table. There could be huge table scan.
3. Check...
April 16, 2010 at 6:34 pm
I am writing an article on this. Hope, it will very useful to you.
drop table holiday
CREATE TABLE holiday (date DATETIME ,HolidayDetails VARCHAR(100))
INSERT INTO holiday VALUES('1/1/2010','New Year')
INSERT INTO holiday VALUES('1/15/2010','Pongal...
April 15, 2010 at 12:14 am
In that case, there is no need to specify the collation,
COLLATE SQL_Latin1_General_Cp1_CS_AS
correct me, If am wrong in my views.
Thanks,
Venkatesan Prabu .J
July 8, 2009 at 6:35 am
I have written an aricle on this. Kindly check it.
I have written an aricle on this. Kindly check it.
http://venkattechnicalblog.blogspot.com/2008/09/excel-column-is-greater-than-255-in.html
Regards,
Venkatesan Prabu .J
http://venkattechnicalblog.blogspot.com/2008/09/excel-column-is-greater-than-255-in.html
Regards,
Venkatesan Prabu .J
September 18, 2008 at 5:03 am
Getting response after 25 days.. I have successfully completed the project and its deployed.
Anyway, thanks for your response.
September 17, 2008 at 3:13 am
I have written a short article regarding this.
Please check my blog and provide me your valuable feedback.
http://venkattechnicalblog.blogspot.com/2008/09/list-out-all-tables-and-row-count-in.html
September 16, 2008 at 2:01 am
Congrats......... my wishes for your achievement.
Regards,
Venkatesan Prabu .J
September 10, 2008 at 1:44 am
Thanks Gila,
Thanks for your advice, I know that everyone is buys 😀
even i am also busy with my works. I dont want to waste my time.. 🙂 by...
September 1, 2008 at 12:26 am
Sir,
Do you think I dont know this query to fetch the data from two tables.
I have posted it in SSIS and I need some input in SSIS.
Regards,
Venkatesan Prabu .J
SQL...
August 26, 2008 at 5:56 pm
I wish to share my views regarding this.
Please wait for a while and go for SQL Server 2008.
Its advisable to do certification on advanced updated softwares.
August 15, 2008 at 7:19 pm
Any way I need to add more value add to this topic...
For opening sql server window from run..... sqlwb
For SSIS or visual studio .... use devenv
August 15, 2008 at 7:08 pm
Viewing 15 posts - 1 through 15 (of 71 total)