Viewing 15 posts - 196 through 210 (of 2,612 total)
I moved out of there years ago - that entire section of the country is creepy.
Now I'm in CT - we only burn cars at Dave Mathews concerts and during...
January 7, 2009 at 9:27 am
I was dealing with insurance paperwork - which had to be in a some specific true-type font - so all of the characters were the same width.
If you are using...
January 7, 2009 at 9:25 am
Remember that having file groups on different physical disks is all about reducing resource conflicts. A blanket assumption that it is best to put indexes on one disk and...
January 7, 2009 at 9:16 am
Sorry to say, you are going to have to deal with it in the number of rows.
I have had to do a few similar things to ensure proper positioning. ...
January 7, 2009 at 8:52 am
Hey - don't be grouping us cheese heads with those Michigan hacks.
January 7, 2009 at 8:48 am
The only real issue I see is the use of 32 bit SQL. You have 32GB of RAM and will get to access a whopping 3GB of physical RAM....
January 7, 2009 at 8:46 am
If the tables are in the same database, I would recommend opening up a new query in management studio and using a simple insert:
[font="Courier New"]INSERT MyNewTable (MyCol1, MyCol2)
SELECT MyCol1, MyCol2...
January 6, 2009 at 11:00 am
Look up sp_send_dbmail in books online.
January 6, 2009 at 10:59 am
There isn't an equivalent. You have to self-join back to the table to get the previous or next record. Be careful doing this as it will tend to...
January 6, 2009 at 8:29 am
To do this, you would actually have to pad the data with trailing spaces. SSRS will allow you to include the trailing spaces in the data and it will...
January 6, 2009 at 8:22 am
Give me some details on the environment.
- 32bit or 64bit?
- The SQL server is the same machine you are running BIDS on?
- What edition of SQL and SSIS are installed?
-...
January 6, 2009 at 7:39 am
I close my eyes and throw darts.
I went through three monitors last month.
January 6, 2009 at 7:00 am
I used to link to google now and then, but that link makes the point much better so I am going to have to use it.
January 5, 2009 at 10:23 am
Eric Klovning posted a great response in this thread:
http://www.sqlservercentral.com/Forums/Topic629445-145-1.aspx
It was a link to:
http://letmegooglethatforyou.com/?q=free+open+source+sql+schema+diff+tool
January 5, 2009 at 10:16 am
Viewing 15 posts - 196 through 210 (of 2,612 total)