Viewing 15 posts - 436 through 450 (of 2,647 total)
Take a look at the books that are free pdf download from RedGate http://www.red-gate.com/community/books/#sqldev
July 19, 2012 at 10:06 pm
No offense, but I'm not going to do your work for you. That's what I get paid for 🙂 What have you tried and what is causing you issues? ...
July 19, 2012 at 6:24 pm
Google PIVOT and UNPIVOT for SQL Server. Also, look at CROSS TABS for SQL Server.
July 19, 2012 at 5:59 pm
It seems like the user in the old database had a default schema of DMUSER, but in the new (destination) the user has a default of dbo. Then, the...
July 19, 2012 at 3:08 pm
Is this a production database? If not, I would create a new one with the proper file size and then move the data there. Else, you have to shrink...
July 19, 2012 at 2:40 pm
Something like this. Don't summarize or group your sales in tables, store all the data in 1 table as granular as you need it to be and let your...
July 19, 2012 at 2:26 pm
You need to change the schema of the table, which is not simply renaming the table.
First, have the default schema for your user changed in the user properties. Then,...
July 19, 2012 at 2:18 pm
Ness (7/19/2012)
This can be a good initial test of...
July 19, 2012 at 10:05 am
Ok, so to recap...
1. On your "desktop" you can open ssms and connect to server type "database engine" by typing in RemoteServerName and using SQL Server Authentication
2. You can...
July 19, 2012 at 9:50 am
When you log in from your client to the server with no issues, is it Windows or SQL authentication?
July 19, 2012 at 9:08 am
Ok, so you are on the actual server that is hosting SQL Server. and you are typing nothing in the server box to connect? Try typing localhost or simply...
July 19, 2012 at 8:57 am
tt-615680 (7/19/2012)
July 19, 2012 at 8:44 am
Huh? You are connecting from a client to a server and you don't have to type anything in? That is the problem. You have to type in the server...
July 19, 2012 at 8:36 am
Well... I'm not completely sure about this in 2008, they may have changed it to a database context. I can't find that info right now though. To be...
July 19, 2012 at 8:35 am
Viewing 15 posts - 436 through 450 (of 2,647 total)