I have take courses in VB 6.0 and SQL 2000.
My background is accounting and financal analysis. I would like to change my career to the IT field and be in a position to use my financial background to my advantage. any suggestions?
I am working as a Reporting Analyst for huge company for the last 2 years before which i was working a Customer Care Expert in the same company. As Reporting Analyst I maintain a server for the segment I work for.I was thinking on getting Certified on MCDBA is that a right move to go on to be a DBA. I have no other programming language other than working experince on T-SQL, DTS , Jobs and things nomarlly required to generate reports for the Contact Center I work for. Please help me on how to go about.
Dear Experts, I'd like to enhance my skills by learning SAP. but in the same DBA road map. Gurus, I've been working on ERP domain as DBA. so please guide me how can i start learning SAP?
sorry if this is not related to this forum. But i'm asking as a DBA.
Hi All I am a Software developer with around 15 months of experience in .Net 2.0 and VSTO. I am currently working in a SQLServer 2000 project. I feel more interest to work with database than front end coding. Can anyone suggest what need to be done for the one to be a DBA. Could you please provide more details on the roles and responsibilities and the scope for career development on becoming a DBA. In what Timeline can i be a DBA. After becoming a DBA what are the career options available. Please help me out in deciding my career
Please excuse me for asking this question in this forum. I need some help regarding my career plan Presently i am working as SQL Server DBA and recently i have got an offer on Business Objects. I do not have any idea about this technology. Do you think is this right step to move? Would it be helpful to my career?
Hi all, I Hope you experts in the field can give me some advice. I have made a decision that i want to base the rest of my career on MS SQL Server. I have been dabbling and using various parts for the last 7 years (mostly with EM and not TSQL, although I can write basic queries) For the past 7 years or so my career has been based on the GoldMine product (which can sit on a SQL database - this is where the experience has come from) I have actually already qualified as an MCDBA but I don't really think that this counts for much as experience is more crucial. However I am fed up with GoldMine and want a more challenging career. But it seems that careers in SQL can go one of three ways; 1. database administration, 2. database development, 3. business intelligence.
Is this correct? How much cross over is there generally in these roles or are they distinct in themselves. e.g. does a dba need to know how to create a data cube and use reporting services? I really am trying to figure out what's best for me, I enjoy using Crystal reports and have just been trying out SQL reporting services and doing a tutorial on "Creating a data cube" (very tough) Anyway, I guess these tasks are leaning towards the BI side of things. My nature is that I am more of a practical person than a thinking person so am more drawn to DBA. Any advice that you can give to help me in making this choice will be really gladly welcomed. Thanks ICW
Hi Can someone give me proper guidance .I am a data warehouse architect with 13 years in IT. What are the prospects if I move to data mining.Will it be wise decision to add data mining. Please guide.
We ran into weird/interesting issue with below details.
Version: Microsoft SQL Server 2012 (SP1) - 11.0.3000.0 (X64) Standard Edition (64-bit) on Windows NT 6.2 <X64> (Build 9200):
We are using SQLCMD to run DDL script on our product database in below order. That script has below content.
step # 1 - database collation change (case -sensitive) statement as very first statement of the script step # 2 - Actual DDL SQL statements step # 3 - database collation change back to original (case insensitive)
When we execute all above 3 steps in single script using SQLCMD on our test_server#1 , it is successful but when same is being implemented on test_ server#2 , it is failing.We ensured that there is no other user accessing the db and setting on both the server are all default/basic. Separating out all 3 steps in 3 different script working fine. This is only problem when we combine them into single script and fire it using SQLCMD. If it is something related to session/transaction then we should hit same issue on our test_server#1 server as well but that is not the case.test_server#1 and test_server#2 has exact same database/data, just two different physical machine & SQL Server instance.
Actually i'm working with a pc named "my_pc", later i'll need to change its name to "my_server". Obviously MsSQLServer is afected due to it depends in the name of the pc, also the master database has all its configurations and aditional information related to the name "my_pc".
My question is: How can i do the change in MsSQLServer without reconstruncting the master database?
Can anyone help me on this problem please? When i use sql statement to pull out data, one of the fields will pull out data like 200 or 300 or sumthing like that. But now i need to pull out the data as 2.00 instead of 200. How do i do that? Thanx
i set the name of my ss to default on install, and now i want to use 'AttachDbFilename' to attach my dbfile in my asp.net app, but i cannot connect to the server. i fond in the adv. options, that the DataSource is set to '.SQLEXPRESS' which is not the name of my SS, but i can't change it, so i want to ask if i can change the name of my SS withou reinstall.
I have a web app, designed using VWD Express and using SQL 2005 Express. It has a mdf database called "client". It was created using security of windows authentication. I have already changed my instance of sql server express to accept mixed windows and sql authentication. How do I change my "client" database's permissions to the sql authentication? I need to add a user name and password as a requirement for my web host to be able to attach the mdf to their instance of sql 2005. It has to be the same user and password as I use with my web host's sql server 2005. Thank you in advance.
Hi All, Suppose I have created one table say "Customer" Customer (cust_no, cust_name,cust_address) I want to change the attribute name "cust_no" to "cust_number". How to do it using ALTER command. Pls give me the exact syntax for this.
When I try to execute a query and after 30 seconds the program sends me error : Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Exception Detail: System.Data.SqlClient.SqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Source error: Line 550 Dim myDataSet as Dataset = New DataSet Line 551 myDataSet = db.ExecuteDataSet(System.Data.CommanType.Text,NewSql) <== Error line Line 552 i=myDataSet.Tables(0).Rows.Count
In my connection string I set the parameter "Connection Timeout" = 360 but it not works. ( In debug mode the value for db.GetConnection.ConnectionTimeout is the same(360) like the parameter timeout connection.
After many searchs I found the default value for CommandTimeout is 30 secs. Can I change this value ?
Any suggestion will be welcome. I'm using FrameWork 1.1.
I was simply trying to create a sql command using ASP 2.0 but the syntax appears to have changed. I was trying to write the following: SqlCommand cmdUpdateData = new SqlCommand("AddMessage", myConnection); cmdUpdateData.CommandType = CommandType.StoredProcedure; But, intellisence will not offer me the second 'CommandType' on the second line?? It works fine using ASP 1.1 but not here on 2.0 Can anyone please help?
hi, I just imported my access database into sql server 2000 and apparently during this importation the owner was set to my name. This gives my a problem retrieving the data in asp.net though. I found out that the problem (System.Data.SqlClient.SqlException: Invalid object name 'tablename') is situated at this ownership by stripping the query to a bare minimum and trying it on a new table created in sql server with dbo as the owner. My problem now is that I can't seem to find the way to change the owner to dbo from 'peterj'. Can you help me on this one ??
I have one server out of 6 that lets me logon as SA with the default password of null. If I run this command to change the password I get password changed, but it did not change it, I still can logon as SA with the NULL password.
I have a few ASPs that were written to pull from an Access 97 database. Now that we have converted the data over to a SQL database, the ASPs have been changed accordingly. My problem is that I have two ASPs which use an Inner Join between three tables where the main field (in this case it is called "INDEX") is what the pull is based on. When I try to run the ASPs I recieve this error .
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC SQL Server Driver][SQL Server]Incorrect syntax near the keyword 'INDEX'.
The line that it identifies is where the connection is actually opened. This is only occuring on the ASPs that use the column INDEX and an inner join. The straight style number pulls (which have the same connection string) are working fine. Any ideas?
Is there a way in SS 7.0 to change ownership of an object from a user owned object to dbo owned object other than dropping the object and re-creating it? E.G. juser.table to dbo.table Thank you, GaetonC
We need to test a DTS package provided by a vendor. The DTS package imports data from flat files to a database. However, when I go in and change the DTS connection object for the database, it drops the data transformation properties. When I look at the properties it automatically points to the first (alphabetically speaking) table of our database. There is no way for me to verify that the mapping I am creating for these tables is accurate (and matches what the vendor had originally set). I am new to MS SQL and haven't found the answer ... any help would be appreciated!
The old administrator left and I am learning slowly. Since his password was changed, SQL cannot start. I get an error 1069 login failed. Maybe you have a good idead I haven't thought of?
I need to change server name on my WinNT Server. But if I change the server name on NT Server, SqlServer does not connect. Can I change registered server name on SQLServer ? What do I need to do ?
Hi all, There is a guy in my company install a sql server himself, but he picked the per seat license rather then the per server (we got the per server license), is there a way to change it without re-install the whole sql server? or need to reinstall from start? Thanks, Westley
1. How could I change the Domain within SQL Server. 2. When the NT Server changed to a new domain, Does the SQL server change also? Could someone help me. Thank you.