Viewing 15 posts - 916 through 930 (of 1,047 total)
Try specificying the table as: SERVER.Dbname.dbo.Tablename
January 12, 2010 at 9:32 am
I would consider having a middle tier for this. The clients would always hit this tier and the logic will handle all the fetching/pre-fetching and caching data as needed to...
January 12, 2010 at 9:29 am
I would opt for solution number 2. If done correctly, and insuring your disk situation is adequate you should be able to effect minimal impact.
January 12, 2010 at 9:24 am
oh well, at least you can get another gmail account. lol
Query script is on the way.
January 7, 2010 at 11:47 am
yes, I can do that if you provide me an email address.
January 7, 2010 at 9:20 am
yes, we do this every day (have to in the banking industry to comply with regs)
I set up a .net service the downloads the OFAC database everyday and bulk inserts...
January 6, 2010 at 1:10 pm
are you using the same login that the report uses when you are testing with tsql?
January 6, 2010 at 10:45 am
what is M: drive? When you log in as the mssqlserver user can you navigate to to that location and see that file? - sorry you already specified...
January 5, 2010 at 12:39 pm
edit the service startup parameters (in services applet) to add the -m switch then start the service.
January 5, 2010 at 12:24 pm
yes, based on that many users and DB size I would triple the size of RAM from what you have. Of course, the more the merrier, as you can never...
January 5, 2010 at 7:46 am
Read everything you can find. Try things out until you understand them (not on the production server). Read more. Practice. Read. Repeat for a few years
Or, if you are in...
January 4, 2010 at 2:10 pm
How much RAM you need is directly proportional to the number of users and/or database connections and inversely proportional to the quality of the database design.
As far as allocating DB...
January 4, 2010 at 12:43 pm
Yup. We do constant logshipping and DB restores to local warm standby servers and also to a DR site. Any failure to restore a log or a database sets off...
December 30, 2009 at 9:11 am
I agree with setting a domain account for these backup jobs, or you could set up a local server windows account to do it also.
If you do use SQL Server...
December 30, 2009 at 8:56 am
I think I would create a new view that does not have that character in it.
The '?' means it is a unicode character that can't be displayed in the current...
December 30, 2009 at 8:23 am
Viewing 15 posts - 916 through 930 (of 1,047 total)