Retrieve sql server 2008 sa password
alter login sa with password='test1'. Ran this query successfully after that i am trying to connect with new password but not able to change password getting error 18452. Logon as Network services.
View ArticleWhen is necesary include indexes and the type..
HiExist a web page from technet, that return for example: use indexes in order by, group by, top, etc...With Indexes clustered, nonclustered, etc.
View ArticleSelecting records where a part-field is unique
My experience with SQL is relatively little which is why I am seeking advice for solving the following problem.I have a very large CSV file containing name-and-address information which I am reading in...
View ArticleSql query to retun difference of two stamps in table based on some condition
Hi Team,I have table that contains below dataCreatedDate ID Message 2015-05-29 7:00:00 AOOze abc 2015-05-29 7:05:00 AOOze start...
View Articlerightfax services are getting down frequently
Hi,application name : rightfax backend database : ms sql server 2008r2frequently rightfax services are getting doen and we need to manaully start the services , in the application server log we are...
View ArticleQuery to find matching result
Hi Everyone,I have two tables in my database. Some matching rules are associated with these tables and I want a query which will retrieve those data based on the matching rules provided below:1)...
View ArticleSql server Agent - Connections
My Job has 3 steps and each step invoke Stored Procedure in SQL. Do you know whether the Sql agent create one connection for all steps and reuses it OR it creates one connection per step OR something...
View Articlepublish c# project connected to sql server database
Hello, i want ti publish a c# project connected to sql database, i introduced the database into my project, i use the connection string: SqlConnection cn = new SqlConnection(@"Data...
View ArticleHow to increase disk space in sqldb server?
Hi All,How to increase disk-space of database in sql server?
View ArticleSQLExpress edition with ReportingService (on one server) connecting to...
Hello @allIs it possible to have a SQLExpress edition with ReportingService (on Server : A) connecting to StandardEdition (remote to Server: B) to create reports ?If yes, where do i have to create the...
View ArticleFetching sql server jobs last run status using bat file.
Hi All,I wrote a bat file to start a sql job using dos commandosql -S “[SQL SERVER NAME]” -E -Q”exec msdb.dbo.sp_start_job ‘[SQL JOB NAME]'”ref...
View ArticleNeed help in creating a table in SQL 2014 Express using Studio Management
I am executing the Query shown below in Studio Management. I get the following error message:Column ModifiedDate has an invalid data type on last line. I would also like to make agentname as primary...
View Articlesecurity patch CVE 2014 2815 is involved in sp3 for mssql 2008 r2
security patch CVE 2014 is involved in sp3 ...can give confirmation Vote As Helpful if it helps to solve your issue
View Articlejoins
HiIn mya pplication im trying to getquery by coming to table ,I don't know how to get it.Below are the tablesCREATE TABLE [dbo].[R2InventoryTable]( [ProductID] [int] IDENTITY(1,1) NOT NULL,...
View ArticleGet Distinct on only one column
I am using this below query to generate this below result set. I want to display only one record as blank, it should not be duplicate records.SELECT [MDMTerminalID], ISNULL([TerminalAlias], 'BLANK') ,...
View Articleneed help Creating a table and addiding rows to sql database in Studio...
I am trying to use the following Query to create the table Agents and add rows to it.USE REMAXCLASSIC; IF OBJECT_ID ('dbo.Agents', 'U') IS NOT NULL DROP TABLE Agents; GO CREATE TABLE Agents ( id_num...
View ArticleWhat is the best option for a local database
Hi, what is the best option for a local database - I mean only one application needs to access it within one PC?I used SQL CE a lot and have had no problem, but not knowing why Visual Studio 2013 and...
View ArticleIs security patch CVE 2014 2815 is included in SQL Server 2008 R2 SP3
Can you please tell me whether security patch CVE 2014 is included in SQl Server 2008 R2 SP3 Vote As Helpful if it helps to solve your issue
View ArticleWhat is the best option for a local light-weight database
Hi, what is the best option for a local database - I mean only one application needs to access it within one PC?I used SQL CE a lot and have had no problem, but not knowing why Visual Studio 2013 and...
View Articlescripting - what is it? :/
hi all,realise this might be a silly question, but need to ask to be sure :)so scripting in sql - is that any different from just writing the normal queries? ie does it mean writing functions...
View Article