Quantcast
Channel: Latest Questions by venkatreddy
Browsing all 30 articles
Browse latest View live

Need reference books or articles for isolation levels and locking hints in...

Hi,Can anybody suggest me reference books or articles(for ground level under standing) that which describes the best with examples on SQL server isolation levels and locking hints.Thanks in advance..

View Article



error while executing script file through cmd window

hi all,I have installed SQL server in the local machine,i want to execute a script file through command window editor.I have the script file 'samplescript.sql' on the desktop.my command isC:\>sqlcmd...

View Article

creating filegroup for a column in a table and security

hi,I want to create a table with columns as,create table voice_info(v_ID int,v_Name varchar(50),v_Age int,v_photo image) i have already created a file group with name photozone.Now i wish to create the...

View Article

cross db ownership chaining,need help

Im going through configuration settings at server level in SQL-2K5.Can anybody provide me best explanation about the property cross db ownership chaining.I already gone thorouh msdn but its giving me...

View Article

capacity planning specifications and guidelines needed.

I need guidelines for preparing capacity planning chart for the server which is already in production.Actually i just gone through Maximum Capacity Specifications for SQL Server but it is for maximum...

View Article


how to invoke objects in another server databse?

how to invoke in objects(tables,stored procs,views etc..) in anathor server database from my current server database.THANKS IN ADVANCE..

View Article

what is difference between deny and revoke

What is the difference between deny and revoke in SQL server? Where exactly we can go for these two. Thanks all.

View Article

what is the use or role of DMV's in performance tuning?

What is the importance of dynamic management views in performance tuning of sql server. What should we remember in case of DMV's in performance tuning. Please provide me useful DMV's and their function...

View Article


Generating script for a table using command line

How to generate script(also want to save) for a table using command line.I want to connect to sql server through command line.Can i create a procedure and invoke from command line? help me.thanks in...

View Article


How to know when statistics updated last.

Hi all,I want to know when the statistics has been updated last in the production database.Is there any DMV to check? or should we create a table with time stamp to record the information.Thanks in...

View Article

temp table and stored procedure related

I have a stored procedure sp1. Inside this sp I used a temp table t1. I have another stored procedure sp2. Can I call sp1 from sp2? What is the scope of t1 in this case. I faced this question in an...

View Article

Does it makes any difference of using TRUNCATE instead of DELETE if the...

Does it makes any difference of using TRUNCATE instead of DELETE if the database recovery model is simple? or vice versa..thank you all

View Article

How to copy logins/permissions from one server to anathor server?

How to copy logins/permissions from one server to anathor server? What are the best practices to approach? Generating the scripts in one database and deploying them over anathor server will copies the...

View Article


what is ondelete cascade in sql server?

Hi, what is ondelete cascade in Sql Server, where it is useful? Can anybody give me an example?

View Article

how to load the data from excel sheet.

I have to load the data from an excel file containing 3 sheets in that file to sqlserver database table.Im loading data using **excel file source** to **oledb destination**.While running this package...

View Article


Need reference books or articles for isolation levels and locking hints in...

Hi,Can anybody suggest me reference books or articles(for ground level under standing) that which describes the best with examples on SQL server isolation levels and locking hints.Thanks in advance..

View Article

error while executing script file through cmd window

hi all,I have installed SQL server in the local machine,i want to execute a script file through command window editor.I have the script file 'samplescript.sql' on the desktop.my command isC:\>sqlcmd...

View Article


creating filegroup for a column in a table and security

hi,I want to create a table with columns as,create table voice_info(v_ID int,v_Name varchar(50),v_Age int,v_photo image)i have already created a file group with name photozone.Now i wish to create the...

View Article

cross db ownership chaining,need help

Im going through configuration settings at server level in SQL-2K5.Can anybody provide me best explanation about the property cross db ownership chaining.I already gone thorouh msdn but its giving me...

View Article

capacity planning specifications and guidelines needed.

I need guidelines for preparing capacity planning chart for the server which is already in production.Actually i just gone throughMaximum Capacity Specifications for SQL Server but it is for maximum...

View Article
Browsing all 30 articles
Browse latest View live




Latest Images