Cannot connect. Error 18456.
I finally got SQL Server 2005 installed on my Vista Ultimate computer and now I can't connect in SQL Server Management Studio. I've got a named instance; use the built-in system account; windows...
View ArticleImport Wizard Error: Big Red X
I'm using SQL Server 2012 Management Studio. I'm trying to import a .xlsx file into a database that I full permissions to. I successfully imported two smaller (~70mb) files and am now working on a...
View Articlewhat is smallmoney data type unit in sql server?
smallmoney data type in sql server makes me confuse. after creating a table and add a columns with this data type, i entered a number(one) and it shows me this: 1.0000 what is this means?this...
View ArticleBecome our FIRST Microsoft TechNet SQL Server Guru of 2014!!
Happy New Year!Time for a fresh start!We're looking for the first Gurus of 2014!!This is your chance to make your mark on the Microsoft developer community.All you have to do is add an article to...
View ArticleDamn! Can not have it to work!
I am a noob toSQL server. I need it to create a database that should work along with my program. Firts time I have installed Microsoft SQL Server 2005 with all components (because I was not shure which...
View ArticleMuliple values needed
Hi,I'm pretty new to SQL Reports. I figured out to create a report for SCCM 2012 which shows all assigned collections to a specific client. Now I would like to change the parameter "@Comp" to multiple...
View Articleis it possible ,when creat a table,to define that thelength of value of a...
hi is it possible ,when creat a table,to define that thelength of value of a column should be fixed.thank u very much.that is to say,if i set the length is nvarchar2,not null.the user cannot make a...
View ArticleSql user id vs Windows user id
Can anyone explain advantages and disadvantages using windows user credentials over Sql user id?-Anna
View ArticleImporting times into SQL Server
I am trying to import an access database into SQL Server 2000. I am using the DTS Import wizard to to this. Most of the tables import fine, but a few are not importing. Here is the error message that...
View ArticleServer Agent Job Failure - keeps executing
SQL 2008 - 2012I have multiple Jobs that run on a schedule. Sometimes the jobs exec a tsql script and other jobs it executes an SSIS package. It does not seem to matter which. When a job fails, the job...
View ArticleCHAR data type storage
Hi AllIm trying to understand the storage of a CHAR datatype, but all it says that its a "fixed length" data type. What does this mean? i.e. a BIGINT is 8 bytes, an INT is 4 bytes etc... but what is...
View Articlehow to fix Login failed for user ''. (Microsoft SQL Server, Error: 18456)in...
Hi All,we are facing the Login fails issue .how to resolve the bellow error , could you please suggested the possible ways .. ASAP TITLE: Connect to Server------------------------------ Cannot connect...
View ArticleMax Row Size
Hi AllIs there such thing as a maximum row size in SQL Server?I tried creating a table below and go the following error. How does SQL treat big data row? create table tbl_data_types ([id] tinyint not...
View ArticleIs SQL Analysis Services black-holing my server's memory?
I'm running a SQL 2008 SP2 database engine on a server that also hosts analysis services and reporting services. The server has 32GB of memory. When I run performance monitor against it, I can see...
View ArticleWhich cumulative updates to apply?
I just installed SQL server 2012 with SP1 on a sand box. We are practicing to install cumulative update 8. When I landed on the CU 8 page http://support.microsoft.com/kb/2917531/en-us, after reading...
View Articlefloat vs real data types
Hi,If I have the following simple table and a column of type float:CREATE TABLE [dbo].[Table_1]([test] [float] NULL)and perform the following command:ALTER TABLE Table_1 ALTER COLUMN test float(8)...
View ArticleInstallation of SQL Server 2008 express edition
I have successfully downloaded MS SQL Server 2008 Express. At the end of down loading I got message "Installation Successful". I may have mis-read the writing - it could be down-loading successful. The...
View ArticleExporting table SQL Management Studio
I am trying to export a table in a database in SQL Management Studio, However when I import de flat file it has 37 million rows but when I export the table to another flat file, then I get 62 million...
View ArticleDoes anyone know if SQL user CALs are shared between SQL servers?
Hi all,Does anyone know if a SQL user CAL's is only for that server or would it cover for other servers too? for example I have a web based group calendar that uses SQL as backend, i have 500 users...
View ArticleImport Questioin
Hello All,I have a question that I hope that you all can help me answer. I have a customer that is using Cisco Call manager to import Client Matter Codes into his call manager. To import the CMCs, he...
View Article