Viewing 15 posts - 30,196 through 30,210 (of 39,763 total)
You cannot make a dynamic view.
You can make the same view in every db and then call it with the 3 part naming (db.owner.view).
So I can create MyView in every...
December 20, 2007 at 8:42 am
It matters after a point. I'd say if you've never managed anything larger than 50GB, and you're asked to run a 500GB database, you might not be prepared.
At some point...
December 20, 2007 at 8:40 am
Are you sure you have exact copies? Data distribution matters as well. Perhaps increase the statistics sampling size?
I'm with Grant. Something has to be different.
December 20, 2007 at 8:38 am
Depends on production DBA, development DBA, etc.
Lots of debate on this:
http://www.sqlservercentral.com/articles/Administering/dbaroles/517/
http://www.sqlservercentral.com/articles/Administering/thevalueofadba/1806/
http://www.sqlservercentral.com/articles/State+of+the+Business/deathoftheproductiondba/432/
http://www.sqlservercentral.com/articles/Certifications/3176/
http://www.sqlservercentral.com/articles/Miscellaneous/2989/
December 20, 2007 at 7:03 am
The only way I know is to save them out as VB files and then check them with some editor.
I'm afraid this is probably a manual process for you to...
December 20, 2007 at 6:57 am
How did you move? Backup/restore? Statistics usually comes to mind here.
December 20, 2007 at 6:54 am
You can also use the DATENAME functions in SQL Server to get the name
December 20, 2007 at 6:52 am
The sp_dropserver/addserver doesn't work?
I'd be surprised as this is the same codebase as the Workgroup/Standard/Enterprise versions.
December 20, 2007 at 6:51 am
I agree with Jeff and highlight what you know, don't sweat what you don't. Show them you can learn and are willing to tackle any project. Show experiences from your...
December 20, 2007 at 6:32 am
select t1.name
from table1 t1
where t1.id not in (select id1
...
December 19, 2007 at 2:38 pm
You get signals up in Alaska?
Surprisingly, no neighbor is within 1000 ft of my house, yet for some reason I see 2 other Routers appearing in my wireless network.
Maybe...
December 19, 2007 at 2:34 pm
select *
from information_schema.columns.
Look at the result set, add your filter
December 19, 2007 at 9:44 am
This is typically a disk error meaning the file can't be read. Can you copy the file over? It would eliminate network issues.
December 19, 2007 at 9:44 am
There is a runtime for DTS packages on 2005, so you can run them in that. I believe this is only 32-bit, but I thought a 64-bit version was coming.
You...
December 19, 2007 at 9:42 am
Viewing 15 posts - 30,196 through 30,210 (of 39,763 total)