Data does not show in column, blank or truncated
I have a table with a column payloadText Content (text, null). If I run Select top 1000 it returns data but I can only view part of the records. Example I know that it contains over two hundred records...
View ArticleSQL Server - 1st Time User
First of all, I have no idea what I am doing. I have no idea if this is the correct version that I should be using or not. I have never used SQL Server before.I am trying to study for exam 070-461. I...
View Articleinstallation of sql2012(Service Accounts)
Hi everyone, i am doing sql server 2012 setup. the credentials i am using is domain admin. during the configuration of service accounts i am confused. in earlier versions of sql i configured using...
View ArticleDB Size - available space
Hello,I have a DB (MSSQL 2008 R2) app. 20 GB in size. It's on a remote server, so the bigger the size the slower the backups and (potential) restore.In some tables I stored binary files. I changed...
View ArticleMonitoring SQL Queries
I work with IBM Cognos Business Intelligence software. Clients create reports. The data is on SQL Server 2008 R2. The client writes reports and behind the scenes Cognos creates SQL queries to retrieve...
View ArticleMayday! SQL Server Guru urgently required, for love and glory from all the...
Mayday! Mayday! A distress signal is being sent out to all past, present and future Gurus!We need more of your awesomeness!The TechNet Guru Competitions have become BIG news within Microsoft circles,...
View ArticleProblems connecting to local database
Hello,I was in the WebSite Spark program and downloaded and installed Microsft SQL Server 2012. I tried to run it the other day and had licensing issues probably because WebSite Spark is discontinued....
View ArticleHow to select a case sensitive value in SQL with C#
Hello,I have an application that at the begining a user will login with a user name and password which is stored in the database. The SQL statement is as follows:"SELECT id_employee FROM employee WHERE...
View ArticleHow to select only specific row and calculate the minimum value
HI friend how do i select the specific row and calculate the minimum value
View ArticleWhy did SQL Server renumber all of my primary key IDs?
I have a database that contains information about lectures. I needed to do some work to this, including renaming the primary key field, which is an identity. Having read up about this, it seemed...
View ArticleSQL Server 2014 Official Final Version ---- Data Tools (SSIS, BIDS, etc.)
I have VS 2013 Professional, and just installed SQL Server 2014 Developer version. Can someone tell me where the proper location for the Data Tools (fka BIDS) is located ? I'm seeing CPT1, etc. but...
View ArticleCapture Data
I have this table called A which get inserted in Table B. Everyday the table A get truncated and new data are refresh from Table B. Table A however have a lot of data that is not related to B. NOw I...
View ArticlePass Output parameter in sql 2008
Hi,I want to pass a output parameter from sql server 2008 .I have a scenario like i want to delete tables. If it has a reference tables i should pass a variable to java developers as it has a...
View ArticleAsp.Net Identity Database first
Hi All,I want to implement database first approach in ASP.NET identity as I have my own custom database.I have extracted identity tables scripts. I am stuck in MVC project as what change I will do in...
View ArticleInstalling the Exam from the CD
Hi, I'm attempting to install Microsoft Press Training Kit Exam for the 70-461 off of the cd that comes with the book. My operating system is windows 8 and I'm getting an installation error...
View ArticleSet up Non Disruptive Sql Auditing
What is the best way to set up a non disruptive way of Auditing SQL. It's for SQL 2005, on a Server 2003 box. Thanks in advance
View ArticleHow can i oad varbinary from database?
have a good timei puted a file int the database with varbinary(max) type.now i want to load the file from the database in the my app. i work with visual C++ 2013.i know that how open and connect to...
View ArticleSQL Server Management Studio 2012 freezes when adjusting options
I am using the following components with Windows 7: Microsoft SQL Server Management Studio11.0.3128.0 Microsoft Analysis Services Client Tools11.0.3128.0 Microsoft Data Access Components...
View ArticleNon sysadmin Users running a job
According to BOL, only sysadmin users or owner of the job are allowed to run jobs.I'm not too concern with viewing the jobs becuase the job will executed from sp.How do I allow non sysadmin users to...
View Articlebasic update
sql server 2008I am confused by sql server. I have a table called iso_country_code that was imported from excel.Sql Server has changed the name to iso_country_code$. Now I want to update a field and...
View Article