sql connecting problem form ip of local server
hello sir i have counfigured sql server 2008 r2when iconnect sql database engine using ip\"instance name" it show me error (ip address of local server) i got same error when i am connecting only ip...
View ArticleFinding foreign keys of a child table,grandchild and all dependendents
Hi All,I just came up with this sceanrioI have to delete a record in a parent table with a condition provided will have to find all the child tables depends on it and should recursively find all the...
View ArticleQuery Timing Out in Management Studio
SQL Server 2008 R2. Management Studio.First, under Tools>Options>Query Execution, the timeout is set to "0" which is supposed to men unlimited execution wait!However, when trying to debug a...
View ArticleSQL select * from 'sheet1$'
My wife has a word (2003) template file for mail merging addresses from an Excel table. This Word file was created such that SQL looks for a path on a server. My wife's computer is no longer connected...
View ArticleCan SSMS Preserve Pascal Case?
I used SMO to create a database, several tables, and several SPs.When I opened it in SSMS, every object name was in caps. I then used my keyboard to manually PascalCase them once again. Fine.But then I...
View ArticleContoso Example Databases
I keep seeing references to various Contoso databases throughput CodePlex, Data Developer Center, and elsewhere. Is their more than 1 Contoso example database or is it just the BI example. If so, where...
View ArticleSQL
I have sql 2008, but my sql management studio, but sql is not connecting, this is errorTITLE: Connect to Server ------------------------------Cannot connect to (local).------------------------------...
View ArticleUnion
HiI have three tables lets say example Table1, Table2, Table3 and I want to create a view which having definitionCREATE VIEW vSample AsSELECT * FROM Table1 UNION ALL SELECT * FROM Table2 UNION ALL...
View Article'Request time out' error in first attempt to connect to sql server in remote...
Hellow greetings,When i try to connect to sql-server database over the network for the first time it shows 'REQUEST TIME OUT" error.But during next attempt is successfully connects to the database.. My...
View ArticleCreate checklist for DBA
Hi, How to create checklist for SQL DBA ?.before I handled only 2 instance,now nearly 20 to 30 instance are there.Please guide me how to maintain checklist for DB.ThanksSelva Thanks -...
View ArticleCheck point execution
Hi Team,How can we check checkpoint execution was executing in sql server 2008 R2 due to this not able take database backupCould you please suggest me.Execution was completed or not.Regardssubu
View ArticleDUPLICATE VALUE
Hi,I have this column A, B, C, D...A B C DFW BASKETBALL 20 2012/04AP...
View ArticleRunning SQL command to verify ISA traffic
Hello everyone, please can someone explain how to run below command?"select distinct(client username)" from weblogs where logtime > '2014-03-10' I am new to SQL and don't want to tinker around...
View Articlehow do u install a window desktop app with visual studio on another system
i develop a window desktop apps with sql database on my system, now i want to install it on another system that does not contain visual studio and sql database............. thanks in advance.
View ArticleStatus to Mail sent and Not sent
Hi, I have a list of records which contains to whom i should send a mail.Below is the screen shot and procedure which gives me the records.Now i want a stored procedure , In below screenshot if 1st...
View ArticleTrimming trans log (sql 2008)
We have a sql 2008 DB backed up in Simple mode. The data (mdf) file has grown to about 500GB and the log (ldf) file has grown to about 250GB. Other than changing the Recovery Mode to Full, and telling...
View ArticleCreating View for a table with parent child relation in table
I need help creating a view. It is on a base table which is a metadata table.It is usinf parent child relationship. There are four types of objects, Job, Workflow, Dataflow and ABAP dataflow. Job would...
View ArticleWhen Compiliing a function I'm getting the error "Select statements included...
CREATE ( @v_POLineIDNUMERIC, @v_POLineLocationIDNUMERIC )RETURNSDATEASBEGINDECLARE@V_resultDATE;SELECTpla.promised_dateFROMpo.po_line_locations_archive_all...
View Article