Viewing 15 posts - 181 through 195 (of 273 total)
I had my interview in similar kind of company with same question. His question was, we have Really big size databases and sizes are becoming bigger day by day. So...
January 29, 2009 at 3:12 pm
As long as you have SQL client tools installed and enabled protocols(TCP/IP, Named Pipes) on other computers to connect to your SQL server. you can
September 2, 2008 at 2:53 pm
Have u tried reading dirty transactions in ServerB (i.e. uncommited) by setting query hint (nolock) or for a connection setting transaction isolation level READ UNCOMMITED
July 30, 2008 at 8:55 am
By Acessing you mean r they just Selecting(DDL Statements) or modifying it too(DML statements)?
July 30, 2008 at 7:12 am
Could you post the error too?Thanks
July 11, 2008 at 7:45 am
For SQL Programming/Analytical questions Some of the standard ones are:
1) How to Find top 3 maximum values in a column (ANS using TOP clause with ASC)
2) Reverse the characters of...
July 11, 2008 at 7:42 am
I think it puts a shared lock on the table. As an example. Select query in my source table takes about 13 secs but when I used import/export wizard to...
March 24, 2008 at 9:10 am
u can use DBCC SHRINKFILE to truncate log, if just log truncation is the mission
January 25, 2008 at 9:01 am
Below is my attempt - wrong!!
alter PROCEDURE sp_GetCounter(@ccnt int) as
declare @counter int
set @counter = @counter+@ccnt
return @ccnt
-------------------------------------------
Just a thought, why r u returning @ccnt when ur incrementing @counter in ur...
January 25, 2008 at 7:01 am
Yes,
I had a friend with the same problem. She had not installed SSME management studio but had installed the server in express edition.
January 22, 2008 at 10:18 am
All these responses r so helpful and indeed good topic.
January 16, 2008 at 8:37 am
I agree with Mark. I dont think there will be much change in SSIS too.
January 11, 2008 at 11:29 am
so how high can the pay go for Sr. most SQL DBA
January 11, 2008 at 11:24 am
Viewing 15 posts - 181 through 195 (of 273 total)