Viewing 15 posts - 29,791 through 29,805 (of 39,769 total)
Oh and I'd set the databases in simple mode. Not sure you want to deal with up to the minute recovery for users.
If you do, then you need to manage...
January 21, 2008 at 9:15 am
Backups, maybe have them set a preference (folder) and run a backup to there? depending on how knowledgeable your users are, either let them pick a name, run it as...
January 21, 2008 at 9:15 am
create a function, query sys.objects using your criteria.
January 21, 2008 at 9:13 am
First I'd suggest you get Management Studio so you can more easily view things.
second, did you create another login or a user? A login has access to connect to the...
January 21, 2008 at 9:12 am
My guess is that they'll leave the open source product as it is, letting it evolve over time. I think that this will put more pressure on Oracle, IBM, and...
January 20, 2008 at 3:43 pm
Again, that doesn't help. It depends on what your data is.
If you are storing phone numbers, you don't need a varchar(50). You can reduce that to 10 char in the...
January 20, 2008 at 3:39 pm
This sounds like a homework assignment. Please make your own attempt at this and show some effort.
January 20, 2008 at 3:38 pm
This is a holdover from pre v7. Not sure that you need this information anymore.
January 20, 2008 at 10:02 am
This isn't something easily answered. It depends on your data.
Pick something that you think fits your data, with some pad for character values. Dates are dates, numbers are integers or...
January 20, 2008 at 9:59 am
As Jeff mentioned, we're more than happy to help. However take the time to describe what you want, include relevant code, but we're not going to dig through your code....
January 20, 2008 at 9:46 am
You need to learn the concepts in the exam guides and then practice things in SSMS (adding users, other objects, editing them, making backups, etc.). those skills are needed on...
January 20, 2008 at 9:43 am
Congrats and likely you'll learn about a lot of things besides databases and SQL. That can only be good and help you in other positions.
The advice above is great and...
January 20, 2008 at 9:41 am
This absolutely should be tested, but if the drive letters are the same, you should be ok. SQL stores these in the master database, as seen by the OS.
To be...
January 19, 2008 at 5:09 pm
Almost certainly this will be left in memory if it's queried with any frequency, no need to pin it.
January 19, 2008 at 9:21 am
Viewing 15 posts - 29,791 through 29,805 (of 39,769 total)